Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dhamt.h71 PyHamtObject * _PyHamt_New(void);
/external/python/cpython3/Python/
Dcontext.c71 return (PyObject *)_PyHamt_New(); in _PyContext_NewHamtForTests()
355 ctx->ctx_vars = _PyHamt_New(); in context_new_empty()
Dhamt.c2362 return _PyHamt_New(); in _PyHamt_Without()
2487 _PyHamt_New(void) in _PyHamt_New() function
2712 return (PyObject*)_PyHamt_New(); in hamt_tp_new()