MCPcopy 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

12namespace pystack {
13
14struct LocationInfo
15{
16 int lineno;
17 int end_lineno;
18 int column;
19 int end_column;
20};
21
22class CodeObject
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected