Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/setuptools/_deprecation_warning.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1 statements  

1class 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 """