MCPcopy 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
20class TestClass:
21 def __init__(self):
22 assert sys._getframe().f_locals["self"] == self
23
24
25TestClass()

Callers 2

loadTestsOrSkipFunction · 0.50

Calls

no outgoing calls

Tested by 1

loadTestsOrSkipFunction · 0.40