MCPcopy Index your code
hub / github.com/python/cpython / _missing_

Method _missing_

Lib/enum.py:1285–1286  ·  view source on GitHub ↗
(cls, value)

Source from the content-addressed store, hash-verified

1283
1284 @classmethod
1285 def _missing_(cls, value):
1286 return None
1287
1288 def __repr__(self):
1289 v_repr = self.__class__._value_repr_ or repr

Callers 2

__contains__Method · 0.45
__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected