MCPcopy Index your code
hub / github.com/RustPython/RustPython / stdlib_sys_getframe.py

File stdlib_sys_getframe.py

extra_tests/snippets/stdlib_sys_getframe.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sys
2
3value = 189
4locals_dict = sys._getframe().f_locals

Callers

nothing calls this directly

Calls 2

test_functionFunction · 0.70
TestClassClass · 0.70

Tested by

no test coverage detected