MCPcopy Index your code
hub / github.com/cpplint/cpplint / FullName

Method FullName

cpplint.py:1712–1714  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

1710 self._filename = filename
1711
1712 def FullName(self):
1713 """Make Windows paths like Unix."""
1714 return os.path.abspath(self._filename).replace("\\", "/")
1715
1716 def RepositoryName(self):
1717 r"""FullName after removing the local path to the repository.

Callers 3

RepositoryNameMethod · 0.95
FixupPathFromRootFunction · 0.80

Calls

no outgoing calls

Tested by 1