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

Method fix_filename

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

Source from the content-addressed store, hash-verified

222 return UNKNOWN not in self.typedecl
223
224 def fix_filename(self, relroot=fsutil.USE_CWD, **kwargs):
225 self.item.fix_filename(relroot, **kwargs)
226 return self
227
228 def as_rowdata(self, columns=None):
229 # XXX finish!

Callers 3

_iter_ignoredFunction · 0.45
write_ignoredFunction · 0.45
fix_filenamesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected