Home
last modified time | relevance | path

Searched refs:PyFrozenSet_CheckExact (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/
H A Dsetobject.h23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/third_party/python/Objects/
H A Dsetobject.c998 if (iterable != NULL && PyFrozenSet_CheckExact(iterable)) { in make_new_frozenset()
1102 if (PyFrozenSet_CheckExact(so)) { in frozenset_copy()
2405 assert(!PyFrozenSet_CheckExact(ob)); in test_c_api()
2486 assert(PyFrozenSet_CheckExact(f)); in test_c_api()
2508 assert(PyFrozenSet_CheckExact(f)); in test_c_api()
H A Dcodeobject.c80 else if (PyFrozenSet_CheckExact(v)) { in intern_string_constants()
2152 else if (PyFrozenSet_CheckExact(op)) { in _PyCode_ConstantKey()
/third_party/python/Python/
H A Dast.c166 if (PyTuple_CheckExact(value) || PyFrozenSet_CheckExact(value)) { in validate_constant()
H A Dmarshal.c506 if (PyFrozenSet_CheckExact(v)) in w_complex_object()
H A Dspecialize.c1877 if (PySet_CheckExact(lhs) || PyFrozenSet_CheckExact(lhs)) { in compare_op_fail_kind()
H A Dcompile.c1374 else if (PyFrozenSet_CheckExact(o)) { in merge_consts_recursive()

Completed in 29 milliseconds