Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c1066 static PyMethodDef cmath_methods[] = { variable
1096 m = Py_InitModule3("cmath", cmath_methods, module_doc); in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c1238 static PyMethodDef cmath_methods[] = { variable
1271 cmath_methods,