Home
last modified time | relevance | path

Searched refs:cmath_methods (Results 1 – 1 of 1) 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()