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

Method init

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

Source from the content-addressed store, hash-verified

363 kwds['parse_tree'] = cls.value_parser(kwds['decoded'])
364
365 def init(self, *args, **kw):
366 self._groups = tuple(kw.pop('groups'))
367 self._addresses = None
368 super().init(*args, **kw)
369
370 @property
371 def groups(self):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
popMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected