Home
last modified time | relevance | path

Searched refs:PyFrozenSet_CheckExact (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dsetobject.h90 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/third_party/python/Objects/
Dsetobject.c999 if (iterable != NULL && PyFrozenSet_CheckExact(iterable)) { in make_new_frozenset()
1101 if (PyFrozenSet_CheckExact(so)) { in frozenset_copy()
2366 assert(!PyFrozenSet_CheckExact(ob)); in test_c_api()
2447 assert(PyFrozenSet_CheckExact(f)); in test_c_api()
2469 assert(PyFrozenSet_CheckExact(f)); in test_c_api()
Dcodeobject.c86 else if (PyFrozenSet_CheckExact(v)) { in intern_string_constants()
865 else if (PyFrozenSet_CheckExact(op)) { in _PyCode_ConstantKey()
/third_party/python/Doc/c-api/
Dset.rst81 .. c:function:: int PyFrozenSet_CheckExact(PyObject *p)
/third_party/python/Python/
Dast.c141 if (PyTuple_CheckExact(value) || PyFrozenSet_CheckExact(value)) { in validate_constant()
Dmarshal.c499 if (PyFrozenSet_CheckExact(v)) in w_complex_object()
Dcompile.c1352 else if (PyFrozenSet_CheckExact(o)) { in merge_consts_recursive()
/third_party/python/Doc/data/
Drefcounts.dat900 PyFrozenSet_CheckExact:int:::
901 PyFrozenSet_CheckExact:PyObject*:p:0: