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

Function py_float

src/pystack/_pystack/version.cpp:464–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463template<class T>
464constexpr py_float_v
465py_float()
466{
467 return {
468 sizeof(T),
469 {offsetof(T, ob_fval)},
470 };
471}
472
473template<class T>
474constexpr py_long_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected