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

Method init

Lib/email/headerregistry.py:198–201  ·  view source on GitHub ↗
(self, name, *, parse_tree, defects)

Source from the content-addressed store, hash-verified

196 return self
197
198 def init(self, name, *, parse_tree, defects):
199 self._name = name
200 self._parse_tree = parse_tree
201 self._defects = defects
202
203 @property
204 def name(self):

Callers 8

__new__Method · 0.95
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected