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

Function locals

crates/vm/src/stdlib/builtins.rs:819–821  ·  view source on GitHub ↗
(vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

817
818 #[pyfunction]
819 fn locals(vm: &VirtualMachine) -> PyResult<ArgMapping> {
820 vm.current_locals()
821 }
822
823 fn min_or_max(
824 mut args: FuncArgs,

Callers 15

docmoduleMethod · 0.85
_normalize_moduleFunction · 0.85
__main__.pyFile · 0.85
fMethod · 0.85
namespace1Method · 0.85
namespace2Method · 0.85

Calls 1

current_localsMethod · 0.80

Tested by 15

_normalize_moduleFunction · 0.68
fMethod · 0.68
namespace1Method · 0.68
namespace2Method · 0.68
gMethod · 0.68
test_2Method · 0.68