Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_getframemodulename
Function
test_getframemodulename
extra_tests/snippets/stdlib_sys.py:154–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
153
154
def
test_getframemodulename():
155
return
sys._getframemodulename()
156
157
158
test_getframemodulename.__module__ =
"awesome_module"
Callers
1
stdlib_sys.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected