-
class DeprecationWarning(exceptions.Warning)
Data and other non-method functions defined here:
- __doc__ = 'Base class for warnings about deprecated features.'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __module__ = 'exceptions'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.