class documentation

class HasDescriptionCode(object):

Known subclasses: sqlalchemy.exc.SADeprecationWarning, sqlalchemy.exc.SAWarning, sqlalchemy.exc.SQLAlchemyError

View In Hierarchy

helper which adds 'code' as an attribute and '_code_str' as a method
Method __init__ Undocumented
Method __str__ Undocumented
Method ​_code​_str Undocumented
Instance Variable code Undocumented
def __str__(self):
def _code_str(self):

Undocumented