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

Method from_parsed

Tools/c-analyzer/c_parser/info.py:1396–1400  ·  view source on GitHub ↗
(cls, items)

Source from the content-addressed store, hash-verified

1394
1395 @classmethod
1396 def from_parsed(cls, items):
1397 decls = (resolve_parsed(item)
1398 for item in items
1399 if item.kind is not KIND.STATEMENT)
1400 return cls.from_decls(decls)
1401
1402 @classmethod
1403 def _resolve_key(cls, raw):

Callers 2

_resolve_parentMethod · 0.45
resolve_parsedFunction · 0.45

Calls 2

resolve_parsedFunction · 0.85
from_declsMethod · 0.80

Tested by

no test coverage detected