thematizer / src /pyLDAvis /lib /python3.11 /site-packages /setuptools /_deprecation_warning.py
nlomov's picture
Added all source code
ab33b80
Raw
History Blame Contribute Delete
218 Bytes
class SetuptoolsDeprecationWarning(Warning):
"""
Base class for warning deprecations in ``setuptools``
This class is not derived from ``DeprecationWarning``, and as such is
visible by default.
"""