Home
last modified time | relevance | path

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

/third_party/python/PC/
Dconfig.c12 extern PyObject* PyInit_cmath(void);
91 {"cmath", PyInit_cmath},
/third_party/python/Modules/
Dcmathmodule.c1420 PyInit_cmath(void) in PyInit_cmath() function