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

Method init

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

Source from the content-addressed store, hash-verified

457 for name, value in parse_tree.params}
458
459 def init(self, *args, **kw):
460 self._params = kw.pop('params')
461 super().init(*args, **kw)
462
463 @property
464 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