Searched defs:__abc_tpflags__ (Results 1 – 7 of 7) sorted by relevance
765 __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING variable in Mapping983 __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE variable in Sequence
2008 __abc_tpflags__ = (Sequence.__flags__ | Mapping.__flags__) variable in TestCollectionABCs.test_illegal_patma_flags.Both