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

Function py_dict

src/pystack/_pystack/version.cpp:417–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416template<class T>
417constexpr py_dict_v
418py_dict()
419{
420 return {
421 sizeof(T),
422 {offsetof(T, ma_keys)},
423 {offsetof(T, ma_values)},
424 };
425}
426
427template<class T>
428constexpr py_dictkeys_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected