Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ PyFrame
Class
PyFrame
src/pystack/types.py:93–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
@dataclass
93
class
PyFrame:
94
prev: Optional[
"PyFrame"
]
95
next: Optional[
"PyFrame"
]
96
code: PyCodeObject
97
arguments: Dict[str, str]
98
locals: Dict[str, str]
99
is_entry: bool
100
is_shim: bool
101
102
103
@dataclass
Callers
15
test_traceback_formatter_no_native
Function · 0.90
test_traceback_formatter_no_mergeable_native_frames
Function · 0.90
test_traceback_formatter_with_source
Function · 0.90
test_traceback_formatter_native_matching_simple_eval_frames
Function · 0.90
test_traceback_formatter_native_matching_composite_eval_frames
Function · 0.90
test_traceback_formatter_native_matching_eval_frames_ignore_frames
Function · 0.90
test_traceback_formatter_gil_detection
Function · 0.90
test_traceback_formatter_gc_detection_with_native
Function · 0.90
test_traceback_formatter_gc_detection_without_native
Function · 0.90
test_traceback_formatter_dropping_the_gil_detection
Function · 0.90
test_traceback_formatter_taking_the_gil_detection
Function · 0.90
test_traceback_formatter_native_not_matching_simple_eval_frames
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_traceback_formatter_no_native
Function · 0.72
test_traceback_formatter_no_mergeable_native_frames
Function · 0.72
test_traceback_formatter_with_source
Function · 0.72
test_traceback_formatter_native_matching_simple_eval_frames
Function · 0.72
test_traceback_formatter_native_matching_composite_eval_frames
Function · 0.72
test_traceback_formatter_native_matching_eval_frames_ignore_frames
Function · 0.72
test_traceback_formatter_gil_detection
Function · 0.72
test_traceback_formatter_gc_detection_with_native
Function · 0.72
test_traceback_formatter_gc_detection_without_native
Function · 0.72
test_traceback_formatter_dropping_the_gil_detection
Function · 0.72
test_traceback_formatter_taking_the_gil_detection
Function · 0.72
test_traceback_formatter_native_not_matching_simple_eval_frames
Function · 0.72