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

Method init

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

Source from the content-addressed store, hash-verified

416 kwds['version'] = None
417
418 def init(self, *args, **kw):
419 self._version = kw.pop('version')
420 self._major = kw.pop('major')
421 self._minor = kw.pop('minor')
422 super().init(*args, **kw)
423
424 @property
425 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