Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_hamt.h102 Py_ssize_t _PyHamt_Len(PyHamtObject *o);
/third_party/python/Python/
Dhamt.c2448 _PyHamt_Len(PyHamtObject *o) in _PyHamt_Len() function
2777 return _PyHamt_Len(self); in hamt_tp_len()
Dcontext.c523 return _PyHamt_Len(self->ctx_vars); in context_tp_len()