Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
symtable
Function · 0.85
children
Method · 0.85
get_namespaces
Method · 0.85
get_namespace
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected