Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_hamt.h111 PyObject * _PyHamt_NewIterItems(PyHamtObject *o);
/external/python/cpython3/Python/
Dcontext.c587 return _PyHamt_NewIterItems(self->ctx_vars); in _contextvars_Context_items_impl()
Dhamt.c2646 _PyHamt_NewIterItems(PyHamtObject *o) in _PyHamt_NewIterItems() function
2856 return _PyHamt_NewIterItems(self); in hamt_py_items()