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

Function py_object

src/pystack/_pystack/version.cpp:362–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360
361template<class T>
362constexpr py_object_v
363py_object()
364{
365 return {
366 sizeof(T),
367 {offsetof(T, ob_type)},
368 };
369}
370
371template<class T>
372constexpr py_bytes_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected