File tree Expand file tree Collapse file tree 3 files changed +3
-396
lines changed Expand file tree Collapse file tree 3 files changed +3
-396
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
-
4
1
"""
5
2
`matplotlib.pyplot` is a state-based interface to matplotlib. It provides
6
3
a MATLAB-like way of plotting.
23
20
import six
24
21
25
22
import inspect
23
+ import re
26
24
import sys
27
25
import time
28
26
import warnings
@@ -1672,12 +1670,10 @@ def _setup_pyplot_info_docstrings():
1672
1670
"""
1673
1671
Generates the plotting and docstring.
1674
1672
1675
- These must be done after the entire module is imported, so it is
1676
- called from the end of this module, which is generated by
1677
- boilerplate.py.
1673
+ These must be done after the entire module is imported, so it is called
1674
+ from the end of this module.
1678
1675
"""
1679
1676
# Generate the plotting docstring
1680
- import re
1681
1677
1682
1678
def pad (s , l ):
1683
1679
"""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