Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h55 extern int _PyStructSequence_Init(void);
/third_party/python/Objects/
Dstructseq.c586 int _PyStructSequence_Init(void) in _PyStructSequence_Init() function
/third_party/python/Python/
Dpylifecycle.c695 if (_PyStructSequence_Init() < 0) { in pycore_init_types()