Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
matplotlib / cbook / deprecation.py
Size: Mime:
# 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.")