Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestClass
Class
TestClass
extra_tests/snippets/stdlib_sys_getframe.py:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
TestClass:
21
def
__init__(self):
22
assert sys._getframe().f_locals[
"self"
] == self
23
24
25
TestClass()
Callers
2
stdlib_sys_getframe.py
File · 0.70
loadTestsOrSkip
Function · 0.50
Calls
no outgoing calls
Tested by
1
loadTestsOrSkip
Function · 0.40