python (3.11.7)

(root)/
lib/
python3.11/
site-packages/
setuptools/
_deprecation_warning.py
       1  class ESC[4;38;5;81mSetuptoolsDeprecationWarning(ESC[4;38;5;149mWarning):
       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      """