Searched defs:_missing_ (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | enum.py | 742 def _missing_(cls, value): member in Enum |
/third_party/python/Lib/test/ | ||
D | test_enum.py | 1926 def _missing_(cls, item): member in TestEnum.test_missing.Color |