MCPcopy Create free account
hub / github.com/bloomberg/pystack / PyDictKeysObject>

Method PyDictKeysObject>

src/pystack/_pystack/version.cpp:441–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439
440template<>
441constexpr py_dictkeys_v
442py_dictkeys<Python3_11::PyDictKeysObject>()
443{
444 return {
445 sizeof(Python3_11::PyDictKeysObject),
446 {offsetof(Python3_11::PyDictKeysObject, dk_log2_size)},
447 {offsetof(Python3_11::PyDictKeysObject, dk_kind)},
448 {offsetof(Python3_11::PyDictKeysObject, dk_nentries)},
449 {offsetof(Python3_11::PyDictKeysObject, dk_indices)},
450 };
451}
452
453template<class T>
454constexpr py_dictvalues_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected