8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d5027d + f4d9e9c commit 7d0a166Copy full SHA for 7d0a166
lib/matplotlib/style/core.py
@@ -33,6 +33,7 @@ def __getattr__(name):
33
if name == "STYLE_FILE_PATTERN":
34
_api.warn_deprecated("3.5", name=name)
35
return re.compile(r'([\S]+).%s$' % STYLE_EXTENSION)
36
+ raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
37
38
39
BASE_LIBRARY_PATH = os.path.join(mpl.get_data_path(), 'stylelib')
0 commit comments