Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_collections_abc.py810 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping
1028 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
/external/python/cpython3/Lib/test/
Dtest_collections.py1986 __abc_tpflags__ = (Sequence.__flags__ | Mapping.__flags__) variable in TestCollectionABCs.test_illegal_patma_flags.Both