Searched refs:PyFrozenSet_CheckExact (Results 1 – 11 of 11) sorted by relevance
91 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) macro
69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) macro
67 else if (PyFrozenSet_CheckExact(v)) { in intern_string_constants()498 else if (PyFrozenSet_CheckExact(op)) { in _PyCode_ConstantKey()
1060 if (PyFrozenSet_CheckExact(iterable)) { in frozenset_new()1159 if (PyFrozenSet_CheckExact(so)) { in frozenset_copy()2411 assert(!PyFrozenSet_CheckExact(ob)); in test_c_api()2492 assert(PyFrozenSet_CheckExact(f)); in test_c_api()2514 assert(PyFrozenSet_CheckExact(f)); in test_c_api()
1082 if (PyFrozenSet_CheckExact(iterable)) { in frozenset_new()1159 if (PyFrozenSet_CheckExact(so)) { in frozenset_copy()2392 assert(!PyFrozenSet_CheckExact(ob)); in test_c_api()2473 assert(PyFrozenSet_CheckExact(f)); in test_c_api()2495 assert(PyFrozenSet_CheckExact(f)); in test_c_api()
81 else if (PyFrozenSet_CheckExact(v)) { in intern_string_constants()759 else if (PyFrozenSet_CheckExact(op)) { in _PyCode_ConstantKey()
74 .. c:function:: int PyFrozenSet_CheckExact(PyObject *p)
80 .. c:function:: int PyFrozenSet_CheckExact(PyObject *p)
900 PyFrozenSet_CheckExact:int:::901 PyFrozenSet_CheckExact:PyObject*:p:0:
1259 else if (PyFrozenSet_CheckExact(o)) { in merge_consts_recursive()
152 if (PyTuple_CheckExact(value) || PyFrozenSet_CheckExact(value)) { in validate_constant()