class SQLAlchemyAttribute:
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 |
Undocumented
Parameters | |
info:TypeInfo | Undocumented |
data:JsonDict | Undocumented |
api:SemanticAnalyzerPluginInterface | Undocumented |
Returns | |
SQLAlchemyAttribute | Undocumented |
Undocumented
Parameters | |
name:str | Undocumented |
line:int | Undocumented |
column:int | Undocumented |
typ:Optional[ | Undocumented |
info:TypeInfo | Undocumented |