Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_hamt.h74 PyHamtObject * _PyHamt_New(void);
/external/python/cpython3/Python/
Dcontext.c74 return (PyObject *)_PyHamt_New(); in _PyContext_NewHamtForTests()
369 ctx->ctx_vars = _PyHamt_New(); in context_new_empty()
Dhamt.c2363 return _PyHamt_New(); in _PyHamt_Without()
2488 _PyHamt_New(void) in _PyHamt_New() function
2713 return (PyObject*)_PyHamt_New(); in hamt_tp_new()