Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hhhrrrttt222111
GitHub Repository: hhhrrrttt222111/Dorkify
Path: blob/master/venv/Lib/site-packages/setuptools/_deprecation_warning.py
811 views
1
class SetuptoolsDeprecationWarning(Warning):
2
"""
3
Base class for warning deprecations in ``setuptools``
4
5
This class is not derived from ``DeprecationWarning``, and as such is
6
visible by default.
7
"""
8
9