Home
last modified time | relevance | path

Searched refs:_PyStructSequence_Init (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dstructseq.c424 int _PyStructSequence_Init(void) in _PyStructSequence_Init() function
/external/python/cpython3/Python/
Dpylifecycle.c65 extern int _PyStructSequence_Init(void);
774 if (_PyStructSequence_Init() < 0) in _Py_InitializeCore_impl()