Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
sys
2
3
value = 189
4
locals_dict = sys._getframe().f_locals
Callers
nothing calls this directly
Calls
2
test_function
Function · 0.70
TestClass
Class · 0.70
Tested by
no test coverage detected