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

Function py_bytes

src/pystack/_pystack/version.cpp:372–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370
371template<class T>
372constexpr py_bytes_v
373py_bytes()
374{
375 return {
376 sizeof(T),
377 {offsetof(T, ob_base.ob_size)},
378 {offsetof(T, ob_sval)},
379 };
380}
381
382template<class T>
383constexpr py_unicode_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected