Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h71 extern void _PyFloat_Init(void);
/third_party/python/Objects/
Dfloatobject.c1972 _PyFloat_Init(void) in _PyFloat_Init() function
/third_party/python/Python/
Dpylifecycle.c666 _PyFloat_Init(); in pycore_init_singletons()