Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
keewenaw
GitHub Repository: keewenaw/ethereum-wallet-cracker
Path: blob/main/test/lib/python3.9/site-packages/setuptools/_deprecation_warning.py
4798 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