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

Method init

Lib/email/headerregistry.py:420–424  ·  view source on GitHub ↗
(self, *args, **kw)

Source from the content-addressed store, hash-verified

418 kwds['version'] = None
419
420 def init(self, *args, **kw):
421 self._version = kw.pop('version')
422 self._major = kw.pop('major')
423 self._minor = kw.pop('minor')
424 super().init(*args, **kw)
425
426 @property
427 def major(self):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
popMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected