Home
last modified time | relevance | path

Searched defs:__abc_tpflags__ (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
D_collections_abc.py765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A D_collections_abc.py765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/aosp_15_r20/external/python/cpython3/Lib/
D_collections_abc.py765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
D_collections_abc.py765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
D_collections_abc.py765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D_collections_abc.py765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_collections.py2008 __abc_tpflags__ = (Sequence.__flags__ | Mapping.__flags__) variable in TestCollectionABCs.test_illegal_patma_flags.Both