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

Method _add_result

Tools/c-analyzer/c_analyzer/info.py:317–320  ·  view source on GitHub ↗
(self, info, resolved)

Source from the content-addressed store, hash-verified

315 item.fix_filename(relroot, fixroot=False, **kwargs)
316
317 def _add_result(self, info, resolved):
318 analyzed = type(self).build_item(info, resolved)
319 self._analyzed[analyzed] = None
320 return analyzed

Callers 1

from_resultsMethod · 0.95

Calls 1

build_itemMethod · 0.45

Tested by

no test coverage detected