Home | History | Annotate | Download | only in Objects

Lines Matching full:__complex__

293         complexstr = PyString_InternFromString("__complex__");
307 f = _PyObject_LookupSpecial(op, "__complex__", &complexstr);
330 /* If not, use op's __complex__ method, if it exists */
341 "__complex__ should return a complex object");