Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ LocationInfo
Class
LocationInfo
src/pystack/_pystack/pycode.h:14–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace pystack {
13
14
struct LocationInfo
15
{
16
int lineno;
17
int end_lineno;
18
int column;
19
int end_column;
20
};
21
22
class CodeObject
23
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected