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

Function py_long

src/pystack/_pystack/version.cpp:474–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
473template<class T>
474constexpr py_long_v
475py_long()
476{
477 return {
478 sizeof(T),
479 {offsetof(T, ob_base.ob_size)},
480 {offsetof(T, ob_digit)},
481 };
482}
483
484// ---- Python 2 --------------------------------------------------------------
485

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected