Initial commit
This commit is contained in:
2312
.venv/lib/python3.9/site-packages/matplotlib/cbook/__init__.py
Normal file
2312
.venv/lib/python3.9/site-packages/matplotlib/cbook/__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
# imports are for backward compatibility
|
||||
from matplotlib._api.deprecation import (
|
||||
MatplotlibDeprecationWarning, mplDeprecation, warn_deprecated, deprecated)
|
||||
|
||||
warn_deprecated("3.4",
|
||||
message="The module matplotlib.cbook.deprecation is "
|
||||
"considered internal and it will be made private in the "
|
||||
"future.")
|
Reference in New Issue
Block a user