MCPcopy Create free account
hub / github.com/bloomberg/pystack / py_codev311

Function py_codev311

src/pystack/_pystack/version.cpp:34–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template<class T>
34constexpr py_code_v
35py_codev311()
36{
37 return {sizeof(T),
38 {offsetof(T, co_filename)},
39 {offsetof(T, co_name)},
40 {offsetof(T, co_linetable)},
41 {offsetof(T, co_firstlineno)},
42 {offsetof(T, co_argcount)},
43 {offsetof(T, co_localsplusnames)},
44 {offsetof(T, co_code_adaptive)}};
45}
46
47template<class T>
48constexpr py_frame_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected