Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsetobject.h23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsetobject.h23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/aosp_15_r20/external/python/cpython3/Include/
Dsetobject.h23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsetobject.h23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsetobject.h23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) macro
/aosp_15_r20/external/python/cpython2/Include/
Dsetobject.h69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) macro
/aosp_15_r20/external/python/cpython2/Objects/
Dsetobject.c1060 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()
Dcodeobject.c67 else if (PyFrozenSet_CheckExact(v)) { in intern_string_constants()
498 else if (PyFrozenSet_CheckExact(op)) { in _PyCode_ConstantKey()
/aosp_15_r20/external/python/cpython3/Objects/
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()
Dcodeobject.c80 else if (PyFrozenSet_CheckExact(v)) { in intern_string_constants()
2152 else if (PyFrozenSet_CheckExact(op)) { in _PyCode_ConstantKey()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dset.rst81 .. c:function:: int PyFrozenSet_CheckExact(PyObject *p)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dset.rst80 .. c:function:: int PyFrozenSet_CheckExact(PyObject *p)
/aosp_15_r20/external/python/cpython3/Python/
Dast.c166 if (PyTuple_CheckExact(value) || PyFrozenSet_CheckExact(value)) { in validate_constant()
Dmarshal.c506 if (PyFrozenSet_CheckExact(v)) in w_complex_object()
Dspecialize.c1877 if (PySet_CheckExact(lhs) || PyFrozenSet_CheckExact(lhs)) { in compare_op_fail_kind()
Dcompile.c1374 else if (PyFrozenSet_CheckExact(o)) { in merge_consts_recursive()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat900 PyFrozenSet_CheckExact:int:::
901 PyFrozenSet_CheckExact:PyObject*:p:0: