Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dhamt.h99 Py_ssize_t _PyHamt_Len(PyHamtObject *o);
/external/python/cpython3/Python/
Dcontext.c493 return _PyHamt_Len(self->ctx_vars); in context_tp_len()
Dhamt.c2466 _PyHamt_Len(PyHamtObject *o) in _PyHamt_Len() function
2795 return _PyHamt_Len(self); in hamt_tp_len()