module documentation
Helpers to populate attributes of Variable
instances.
Function | doc |
all sources of documentation for this data/function, including self and others coming from superclasses. must be called after mro |
Function | is |
check if the value of this data is an alias to another name. |
Function | is |
CLASS_VARIABLE in semantic_hints? |
Function | is |
a constant is a all caps varaible or if using Final qualifier, uses name resolution. |
Function | is |
INSTANCE_VARIABLE in ob.semantic_hints? |
Function | is |
check if the parent of this data is a module. |
Function | is |
Undocumented |
Function | process |
if the data is an alias, try to resolve it to an apiobject and add ob to the list of aliases of the targeted object, uses name resolution. |
all sources of documentation for this data/function, including self and others coming from superclasses. must be called after mro
Parameters | |
ob:pydocspec.ApiObject | Undocumented |
Returns | |
List[ | Undocumented |
check if the value of this data is an alias to another name.
Parameters | |
ob:_model.Variable | Undocumented |
Returns | |
bool | Undocumented |
a constant is a all caps varaible or if using Final qualifier, uses name resolution.
Parameters | |
ob:pydocspec.Variable | Undocumented |
Returns | |
bool | Undocumented |
INSTANCE_VARIABLE in ob.semantic_hints?
Parameters | |
ob:_model.Variable | Undocumented |
Returns | |
bool | Undocumented |
check if the parent of this data is a module.
Parameters | |
ob:_model.Variable | Undocumented |
Returns | |
bool | Undocumented |
if the data is an alias, try to resolve it to an apiobject and add ob
to the
list of aliases of the targeted object, uses name resolution.
Parameters | |
ob:pydocspec.Variable | Undocumented |