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 warnings
26
25
@@ -1634,12 +1633,10 @@ def _setup_pyplot_info_docstrings():
1634
1633
"""
1635
1634
Generates the plotting and docstring.
1636
1635
1637
- These must be done after the entire module is imported, so it is
1638
- called from the end of this module, which is generated by
1639
- boilerplate.py.
1636
+ These must be done after the entire module is imported, so it is called
1637
+ from the end of this module.
1640
1638
"""
1641
1639
# Generate the plotting docstring
1642
- import re
1643
1640
1644
1641
def pad (s , l ):
1645
1642
"""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