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

Method init

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

Source from the content-addressed store, hash-verified

455 for name, value in parse_tree.params}
456
457 def init(self, *args, **kw):
458 self._params = kw.pop('params')
459 super().init(*args, **kw)
460
461 @property
462 def params(self):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
popMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected