Home
last modified time | relevance | path

Searched refs:_PyHamt_NewIterItems (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dhamt.h108 PyObject * _PyHamt_NewIterItems(PyHamtObject *o);
/external/python/cpython3/Python/
Dcontext.c564 return _PyHamt_NewIterItems(self->ctx_vars); in _contextvars_Context_items_impl()
Dhamt.c2645 _PyHamt_NewIterItems(PyHamtObject *o) in _PyHamt_NewIterItems() function
2855 return _PyHamt_NewIterItems(self); in hamt_py_items()