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

Method from_results

Tools/c-analyzer/c_analyzer/info.py:279–283  ·  view source on GitHub ↗
(cls, results)

Source from the content-addressed store, hash-verified

277
278 @classmethod
279 def from_results(cls, results):
280 self = cls()
281 for info, resolved in results:
282 self._add_result(info, resolved)
283 return self
284
285 def __init__(self, items=None):
286 self._analyzed = {type(self).build_item(item): None

Callers 4

analyzeFunction · 0.80
analyzeFunction · 0.80
cmd_dataFunction · 0.80
analyzeFunction · 0.80

Calls 2

_add_resultMethod · 0.95
clsClass · 0.50

Tested by

no test coverage detected