MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / obtain_frame

Function obtain_frame

tests_python/test_evaluate_expression.py:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def obtain_frame():
14 A = 1
15 B = 2
16 yield sys._getframe()
17
18
19@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected