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