| 30 | namespace Python3 { |
| 31 | typedef Py_ssize_t (*dict_lookup_func)(void* mp, PyObject* key, Py_hash_t hash, PyObject** value_addr); |
| 32 | struct PyDictKeysObject; |
| 33 | |
| 34 | typedef struct |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected