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

Method init

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

Source from the content-addressed store, hash-verified

468 value_parser = staticmethod(parser.parse_content_type_header)
469
470 def init(self, *args, **kw):
471 super().init(*args, **kw)
472 self._maintype = utils._sanitize(self._parse_tree.maintype)
473 self._subtype = utils._sanitize(self._parse_tree.subtype)
474
475 @property
476 def maintype(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
initMethod · 0.45

Tested by

no test coverage detected