class documentation

class SQLAlchemyAttribute:

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
@classmethod
def deserialize(cls, info, data, api):

Undocumented

Parameters
info:TypeInfoUndocumented
data:JsonDictUndocumented
api:SemanticAnalyzerPluginInterfaceUndocumented
Returns
SQLAlchemyAttributeUndocumented
def __init__(self, name, line, column, typ, info):

Undocumented

Parameters
name:strUndocumented
line:intUndocumented
column:intUndocumented
typ:Optional[Type]Undocumented
info:TypeInfoUndocumented
def expand_typevar_from_subtype(self, sub_type):
Expands type vars in the context of a subtype when an attribute is inherited from a generic super type.
Parameters
sub​_type:TypeInfoUndocumented
def serialize(self):

Undocumented

Returns
JsonDictUndocumented
column =

Undocumented

info =

Undocumented

line =

Undocumented

name =

Undocumented

type =

Undocumented