MCPcopy Index your code
hub / github.com/RustPython/RustPython / to_py_symbol_table

Function to_py_symbol_table

crates/vm/src/stdlib/_symtable.rs:131–133  ·  view source on GitHub ↗
(symtable: SymbolTable)

Source from the content-addressed store, hash-verified

129 }
130
131 const fn to_py_symbol_table(symtable: SymbolTable) -> PySymbolTable {
132 PySymbolTable { symtable }
133 }
134
135 #[pyattr]
136 #[pyclass(name = "symtable entry")]

Callers 4

symtableFunction · 0.85
childrenMethod · 0.85
get_namespacesMethod · 0.85
get_namespaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected