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

Method fix_filename

Tools/c-analyzer/c_parser/info.py:631–634  ·  view source on GitHub ↗
(self, relroot=fsutil.USE_CWD, **kwargs)

Source from the content-addressed store, hash-verified

629 return self._parsed
630
631 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
632 if self.file:
633 self.file = self.file.fix_filename(relroot, **kwargs)
634 return self
635
636 def as_rowdata(self, columns=None):
637 columns, datacolumns, colnames = self._parse_columns(columns)

Callers

nothing calls this directly

Calls 1

fix_filenameMethod · 0.45

Tested by

no test coverage detected