25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
218B

  1. class SetuptoolsDeprecationWarning(Warning):
  2. """
  3. Base class for warning deprecations in ``setuptools``
  4. This class is not derived from ``DeprecationWarning``, and as such is
  5. visible by default.
  6. """