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

Method __init__

tools/python-3.11.9-amd64/Lib/enum.py:360–365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

358 enumeration member names.
359 """
360 def __init__(self):
361 super().__init__()
362 self._member_names = {} # use a dict to keep insertion order
363 self._last_values = []
364 self._ignore = []
365 self._auto_called = False
366
367 def __setitem__(self, key, value):
368 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected