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

Function py_is

src/pystack/_pystack/version.cpp:168–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167template<class T>
168constexpr py_is_v
169py_is()
170{
171 return {
172 sizeof(T),
173 {offsetof(T, next)},
174 {offsetof(T, tstate_head)},
175 {offsetof(T, gc)},
176 {offsetof(T, modules)},
177 {offsetof(T, sysdict)},
178 {offsetof(T, builtins)},
179 };
180}
181
182template<class T>
183constexpr py_is_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected