Searched refs:complex_conjugate (Results 1 – 1 of 1) sorted by relevance
12 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS, complex_conjugate__doc__},18 complex_conjugate(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function