MCPcopy 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
154def test_getframemodulename():
155 return sys._getframemodulename()
156
157
158test_getframemodulename.__module__ = "awesome_module"

Callers 1

stdlib_sys.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected