Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h58 extern PyStatus _PyTuple_Init(PyInterpreterState *interp);
/third_party/python/Objects/
Dtupleobject.c1031 _PyTuple_Init(PyInterpreterState *interp) in _PyTuple_Init() function
/third_party/python/Python/
Dpylifecycle.c679 status = _PyTuple_Init(interp); in pycore_init_singletons()