Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h52 extern PyStatus _PyUnicode_Init(PyInterpreterState *interp);
/third_party/python/Python/
Dpylifecycle.c674 status = _PyUnicode_Init(interp); in pycore_init_singletons()
/third_party/python/Objects/
Dunicodeobject.c15785 _PyUnicode_Init(PyInterpreterState *interp) in _PyUnicode_Init() function