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

Class PyDictKeysObject

src/pystack/_pystack/cpython/dict.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace Python3 {
31typedef Py_ssize_t (*dict_lookup_func)(void* mp, PyObject* key, Py_hash_t hash, PyObject** value_addr);
32struct PyDictKeysObject;
33
34typedef struct
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected