MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/enum.py:178–179  ·  view source on GitHub ↗
(self, value=_auto_null)

Source from the content-addressed store, hash-verified

176 Instances are replaced with an appropriate value in Enum class suites.
177 """
178 def __init__(self, value=_auto_null):
179 self.value = value
180
181 def __repr__(self):
182 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