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.c72 return (PyObject *)_PyHamt_New(); in _PyContext_NewHamtForTests()
356 ctx->ctx_vars = _PyHamt_New(); in context_new_empty()
Dhamt.c2364 return _PyHamt_New(); in _PyHamt_Without()
2489 _PyHamt_New(void) in _PyHamt_New() function
2714 return (PyObject*)_PyHamt_New(); in hamt_tp_new()