MCPcopy Index your code
hub / github.com/RustPython/RustPython / _missing_

Method _missing_

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

Source from the content-addressed store, hash-verified

1255
1256 @classmethod
1257 def _missing_(cls, value):
1258 return None
1259
1260 def __repr__(self):
1261 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