class documentation

class SQLAlchemyAttribute: (source)

View In Hierarchy

Undocumented

Class Method deserialize Undocumented
Method __init__ Undocumented
Method expand_typevar_from_subtype Expands type vars in the context of a subtype when an attribute is inherited from a generic super type.
Method serialize Undocumented
Instance Variable column Undocumented
Instance Variable info Undocumented
Instance Variable line Undocumented
Instance Variable name Undocumented
Instance Variable type Undocumented
def __init__(self, name: str, line: int, column: int, typ: Optional[Type], info: TypeInfo): (source)

Undocumented

def expand_typevar_from_subtype(self, sub_type: TypeInfo): (source)

Expands type vars in the context of a subtype when an attribute is inherited from a generic super type.

def serialize(self) -> JsonDict: (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented