Searched refs:PyComplex_CheckExact (Results 1 – 13 of 13) sorted by relevance
42 #define PyComplex_CheckExact(op) (Py_TYPE(op) == &PyComplex_Type) macro
48 #define PyComplex_CheckExact(op) (Py_TYPE(op) == &PyComplex_Type) macro
286 if (!res || PyComplex_CheckExact(res)) { in try_complex_special_method()593 if (PyComplex_CheckExact(v)) { in complex_pos()958 if (PyComplex_CheckExact(r) && i == NULL && in complex_new_impl()
523 else if (PyComplex_CheckExact(op)) { in _PyCode_ConstantKey()
103 .. c:function:: int PyComplex_CheckExact(PyObject *p)
100 .. c:function:: int PyComplex_CheckExact(PyObject *p)
723 if (PyComplex_CheckExact(v)) { in complex_pos()1152 if (PyComplex_CheckExact(r) && i == NULL && in complex_new()
447 else if (PyComplex_CheckExact(op)) { in _PyCode_ConstantKey()
509 else if (PyComplex_CheckExact(fieldobj)) in render_field()
284 else if (PyComplex_CheckExact(v)) { in w_object()
401 else if (PyComplex_CheckExact(v)) { in w_complex_object()
143 || PyComplex_CheckExact(value) in validate_constant()301 !PyComplex_CheckExact(n)) { in validate_expr()
330 PyComplex_CheckExact:int:::331 PyComplex_CheckExact:PyObject*:p:0: