Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Lib/test/
Dtest_collections.py2008 __abc_tpflags__ = (Sequence.__flags__ | Mapping.__flags__) variable in TestCollectionABCs.test_illegal_patma_flags.Both