Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ PyCodeObject
Class
PyCodeObject
src/pystack/types.py:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
@dataclass
79
class
PyCodeObject:
80
filename: str
81
scope: str
82
location: LocationInfo
83
84
85
@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