class SADeprecationWarning(HasDescriptionCode, DeprecationWarning):
Known subclasses: sqlalchemy.exc.Base20DeprecationWarning
Class Variable | deprecated_since |
Indicates the version that started raising this deprecation warning |
Inherited from HasDescriptionCode
:
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | _code_str |
Undocumented |
Instance Variable | code |
Undocumented |
sqlalchemy.exc.Base20DeprecationWarning