MCPcopy Create free account
hub / github.com/python/cpython / __init__

Method __init__

Tools/c-analyzer/c_analyzer/info.py:285–287  ·  view source on GitHub ↗
(self, items=None)

Source from the content-addressed store, hash-verified

283 return self
284
285 def __init__(self, items=None):
286 self._analyzed = {type(self).build_item(item): None
287 for item in items or ()}
288
289 def __repr__(self):
290 return f'{type(self).__name__}({list(self._analyzed.keys())})'

Callers

nothing calls this directly

Calls 1

build_itemMethod · 0.45

Tested by

no test coverage detected