Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_context.h39 int _PyContext_Init(void);
/external/python/cpython3/Python/
Dcontext.c1295 _PyContext_Init(void) in _PyContext_Init() function
Dpylifecycle.c627 if (!_PyContext_Init()) { in pycore_init_types()