Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dcontext.h37 int _PyContext_Init(void);
/external/python/cpython3/Python/
Dcontext.c1246 _PyContext_Init(void) in _PyContext_Init() function
Dpylifecycle.c813 if (!_PyContext_Init()) in _Py_InitializeCore_impl()