Searched defs:__abc_tpflags__ (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/ | ||
| D | _collections_abc.py | 810     __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING  variable in Mapping | 
| /external/python/cpython3/Lib/test/ | ||
| D | test_collections.py | 1986                 __abc_tpflags__ = (Sequence.__flags__ | Mapping.__flags__)  variable in TestCollectionABCs.test_illegal_patma_flags.Both |