Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_hamt.h102 Py_ssize_t _PyHamt_Len(PyHamtObject *o);
/external/python/cpython3/Python/
Dcontext.c494 return _PyHamt_Len(self->ctx_vars); in context_tp_len()
Dhamt.c2468 _PyHamt_Len(PyHamtObject *o) in _PyHamt_Len() function
2797 return _PyHamt_Len(self); in hamt_tp_len()