class SymbolTable(Dict[str, SymbolTableNode]): (source)
Static representation of a namespace dictionary.
This is used for module, class and function namespaces.
Class Method | deserialize |
Undocumented |
Method | __str__ |
Undocumented |
Method | copy |
Undocumented |
Method | serialize |
Undocumented |
Class Variable | __slots__ |
Undocumented |