File tree 3 files changed +3
-395
lines changed 3 files changed +3
-395
lines changed Original file line number Diff line number Diff line change 1
- # Note: The first part of this file can be modified in place, but the latter
2
- # part is autogenerated by the boilerplate.py script.
3
1
"""
4
2
Provides a MATLAB-like plotting framework.
5
3
21
19
import six
22
20
23
21
import inspect
22
+ import re
24
23
import sys
25
24
import time
26
25
import warnings
@@ -1659,12 +1658,10 @@ def _setup_pyplot_info_docstrings():
1659
1658
"""
1660
1659
Generates the plotting and docstring.
1661
1660
1662
- These must be done after the entire module is imported, so it is
1663
- called from the end of this module, which is generated by
1664
- boilerplate.py.
1661
+ These must be done after the entire module is imported, so it is called
1662
+ from the end of this module.
1665
1663
"""
1666
1664
# Generate the plotting docstring
1667
- import re
1668
1665
1669
1666
def pad (s , l ):
1670
1667
"""Pad string *s* to length *l*."""
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ markers =
10
10
pep8ignore =
11
11
* E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E226 E240 E241 E242 E243 E244 E245 E246 E247 E248 E249 E265 E266 E704 W503
12
12
13
- tools/boilerplate.py E501
14
13
setup.py E402 E501
15
14
setupext.py E301 E302 E501
16
15
setup_external_compile.py E302 E501 E711
You can’t perform that action at this time.
0 commit comments