Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
obtain_frame():
14
A = 1
15
B = 2
16
yield
sys._getframe()
17
18
19
@pytest.fixture
Callers
9
test_evaluate_expression_basic
Function · 0.85
test_evaluate_expression_1
Function · 0.85
test_evaluate_expression_2
Function · 0.85
test_evaluate_expression_3
Function · 0.85
test_evaluate_expression_4
Function · 0.85
test_evaluate_expression_access_globals
Function · 0.85
test_evaluate_expression_create_none
Function · 0.85
test_evaluate_expression_delete_var
Function · 0.85
test_evaluate_expression_5
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected