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

Function py_isv311

src/pystack/_pystack/version.cpp:183–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182template<class T>
183constexpr py_is_v
184py_isv311()
185{
186 return {
187 sizeof(T),
188 {offsetof(T, next)},
189 {offsetof(T, threads.head)},
190 {offsetof(T, gc)},
191 {offsetof(T, modules)},
192 {offsetof(T, sysdict)},
193 {offsetof(T, builtins)},
194 };
195}
196
197template<class T>
198constexpr py_is_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected