Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ LocationInfo
Class
LocationInfo
src/pystack/types.py:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
class
LocationInfo(NamedTuple):
72
lineno: int
73
end_lineno: int
74
column: int
75
end_column: int
76
77
78
@dataclass
Callers
15
test_position_information
Function · 0.90
test_position_information
Function · 0.90
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
Calls
no outgoing calls
Tested by
15
test_position_information
Function · 0.72
test_position_information
Function · 0.72
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