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

Method __init__

Lib/enum.py:169–170  ·  view source on GitHub ↗
(self, value=_auto_null)

Source from the content-addressed store, hash-verified

167 Instances are replaced with an appropriate value in Enum class suites.
168 """
169 def __init__(self, value=_auto_null):
170 self.value = value
171
172 def __repr__(self):
173 return "auto(%r)" % self.value

Callers 3

__set_name__Method · 0.45
__init__Method · 0.45
convert_classFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected