Home
last modified time | relevance | path

Searched refs:_missing_ (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Denum.py700 result = cls._missing_(value)
742 def _missing_(cls, value): member in Enum
839 def _missing_(cls, value): member in Flag
938 def _missing_(cls, value): member in IntFlag
/third_party/python/Doc/library/
Denum.rst1091 - ``_missing_`` -- a lookup function used when a value is not found; may be
1102 .. versionadded:: 3.6 ``_missing_``, ``_order_``, ``_generate_next_value_``
/third_party/python/Lib/test/
Dtest_enum.py1926 def _missing_(cls, item): member in TestEnum.test_missing.Color
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst2396 fix default `_missing_` so a duplicate `ValueError` is not set as the
D3.8.0a1.rst3194 `Enum._missing_`: raise `ValueError` if None returned and `TypeError` if