Lines Matching refs:METH_O
12 {"acos", (PyCFunction)cmath_acos, METH_O, cmath_acos__doc__},
54 {"acosh", (PyCFunction)cmath_acosh, METH_O, cmath_acosh__doc__},
96 {"asin", (PyCFunction)cmath_asin, METH_O, cmath_asin__doc__},
138 {"asinh", (PyCFunction)cmath_asinh, METH_O, cmath_asinh__doc__},
180 {"atan", (PyCFunction)cmath_atan, METH_O, cmath_atan__doc__},
222 {"atanh", (PyCFunction)cmath_atanh, METH_O, cmath_atanh__doc__},
264 {"cos", (PyCFunction)cmath_cos, METH_O, cmath_cos__doc__},
306 {"cosh", (PyCFunction)cmath_cosh, METH_O, cmath_cosh__doc__},
348 {"exp", (PyCFunction)cmath_exp, METH_O, cmath_exp__doc__},
390 {"log10", (PyCFunction)cmath_log10, METH_O, cmath_log10__doc__},
432 {"sin", (PyCFunction)cmath_sin, METH_O, cmath_sin__doc__},
474 {"sinh", (PyCFunction)cmath_sinh, METH_O, cmath_sinh__doc__},
516 {"sqrt", (PyCFunction)cmath_sqrt, METH_O, cmath_sqrt__doc__},
558 {"tan", (PyCFunction)cmath_tan, METH_O, cmath_tan__doc__},
600 {"tanh", (PyCFunction)cmath_tanh, METH_O, cmath_tanh__doc__},
673 {"phase", (PyCFunction)cmath_phase, METH_O, cmath_phase__doc__},
702 {"polar", (PyCFunction)cmath_polar, METH_O, cmath_polar__doc__},
758 {"isfinite", (PyCFunction)cmath_isfinite, METH_O, cmath_isfinite__doc__},
785 {"isnan", (PyCFunction)cmath_isnan, METH_O, cmath_isnan__doc__},
812 {"isinf", (PyCFunction)cmath_isinf, METH_O, cmath_isinf__doc__},