Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dconfig.c12 extern PyObject* PyInit_cmath(void);
90 {"cmath", PyInit_cmath},
/external/python/cpython3/Modules/
Dcmathmodule.c1279 PyInit_cmath(void) in PyInit_cmath() function