module documentation

Undocumented

Constant AS​_DECLARATIVE Undocumented
Constant AS​_DECLARATIVE​_BASE Undocumented
Constant COLUMN Undocumented
Constant COLUMN​_PROPERTY Undocumented
Constant COMPOSITE​_PROPERTY Undocumented
Constant DECLARATIVE​_BASE Undocumented
Constant DECLARATIVE​_META Undocumented
Constant DECLARATIVE​_MIXIN Undocumented
Constant DECLARED​_ATTR Undocumented
Constant MAPPED Undocumented
Constant MAPPED​_DECORATOR Undocumented
Constant MAPPER​_PROPERTY Undocumented
Constant NAMED​_TYPE​_BUILTINS​_LIST Undocumented
Constant NAMED​_TYPE​_BUILTINS​_OBJECT Undocumented
Constant NAMED​_TYPE​_BUILTINS​_STR Undocumented
Constant NAMED​_TYPE​_SQLA​_MAPPED Undocumented
Constant QUERY​_EXPRESSION Undocumented
Constant REGISTRY Undocumented
Constant RELATIONSHIP Undocumented
Constant SYNONYM​_PROPERTY Undocumented
Constant TYPEENGINE Undocumented
Function has​_base​_type​_id Undocumented
Function mro​_has​_id Undocumented
Function type​_id​_for​_callee Undocumented
Function type​_id​_for​_fullname Undocumented
Function type​_id​_for​_named​_node Undocumented
Function type​_id​_for​_unbound​_type Undocumented
Variable ​_lookup Undocumented
AS_DECLARATIVE: int =

Undocumented

Value
util.symbol('AS_DECLARATIVE')
AS_DECLARATIVE_BASE: int =

Undocumented

Value
util.symbol('AS_DECLARATIVE_BASE')
COLUMN: int =

Undocumented

Value
util.symbol('COLUMN')
COLUMN_PROPERTY: int =

Undocumented

Value
util.symbol('COLUMN_PROPERTY')
COMPOSITE_PROPERTY: int =

Undocumented

Value
util.symbol('COMPOSITE_PROPERTY')
DECLARATIVE_BASE: int =

Undocumented

Value
util.symbol('DECLARATIVE_BASE')
DECLARATIVE_META: int =

Undocumented

Value
util.symbol('DECLARATIVE_META')
DECLARATIVE_MIXIN: int =

Undocumented

Value
util.symbol('DECLARATIVE_MIXIN')
DECLARED_ATTR: int =

Undocumented

Value
util.symbol('DECLARED_ATTR')
MAPPED: int =

Undocumented

Value
util.symbol('MAPPED')
MAPPED_DECORATOR: int =

Undocumented

Value
util.symbol('MAPPED_DECORATOR')
MAPPER_PROPERTY: int =

Undocumented

Value
util.symbol('MAPPER_PROPERTY')
NAMED_TYPE_BUILTINS_LIST: str =

Undocumented

Value
'builtins.list'
NAMED_TYPE_BUILTINS_OBJECT: str =

Undocumented

Value
'builtins.object'
NAMED_TYPE_BUILTINS_STR: str =

Undocumented

Value
'builtins.str'
NAMED_TYPE_SQLA_MAPPED: str =

Undocumented

Value
'sqlalchemy.orm.attributes.Mapped'
QUERY_EXPRESSION: int =

Undocumented

Value
util.symbol('QUERY_EXPRESSION')
REGISTRY: int =

Undocumented

Value
util.symbol('REGISTRY')
RELATIONSHIP: int =

Undocumented

Value
util.symbol('RELATIONSHIP')
SYNONYM_PROPERTY: int =

Undocumented

Value
util.symbol('SYNONYM_PROPERTY')
TYPEENGINE: int =

Undocumented

Value
util.symbol('TYPEENGNE')
def has_base_type_id(info, type_id):

Undocumented

Parameters
info:TypeInfoUndocumented
type​_id:intUndocumented
Returns
boolUndocumented
def mro_has_id(mro, type_id):

Undocumented

Parameters
mro:List[TypeInfo]Undocumented
type​_id:intUndocumented
Returns
boolUndocumented
def type_id_for_callee(callee):

Undocumented

Parameters
callee:ExpressionUndocumented
Returns
Optional[int]Undocumented
def type_id_for_fullname(fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[int]Undocumented
def type_id_for_named_node(node):

Undocumented

Parameters
node:Union[NameExpr, MemberExpr, SymbolNode]Undocumented
Returns
Optional[int]Undocumented
def type_id_for_unbound_type(type_, cls, api):

Undocumented

Parameters
type​_:UnboundTypeUndocumented
cls:ClassDefUndocumented
api:SemanticAnalyzerPluginInterfaceUndocumented
Returns
Optional[int]Undocumented
_lookup: Dict[str, Tuple[int, Set[str]]] =

Undocumented