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

Method _resolve_file

Tools/c-analyzer/c_parser/info.py:447–451  ·  view source on GitHub ↗
(cls, parsed)

Source from the content-addressed store, hash-verified

445
446 @classmethod
447 def _resolve_file(cls, parsed):
448 fileinfo = FileInfo.from_raw(parsed.file)
449 if not fileinfo:
450 raise NotImplementedError(parsed)
451 return fileinfo
452
453 @classmethod
454 def _resolve_data(cls, data):

Callers 1

from_parsedMethod · 0.80

Calls 1

from_rawMethod · 0.45

Tested by

no test coverage detected