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

Method init

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

Source from the content-addressed store, hash-verified

490 value_parser = staticmethod(parser.parse_content_disposition_header)
491
492 def init(self, *args, **kw):
493 super().init(*args, **kw)
494 cd = self._parse_tree.content_disposition
495 self._content_disposition = cd if cd is None else utils._sanitize(cd)
496
497 @property
498 def content_disposition(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
initMethod · 0.45

Tested by

no test coverage detected