MCPcopy Index your code
hub / github.com/nodejs/node / FullName

Method FullName

tools/cpplint.py:1757–1759  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

1755 self._filename = filename
1756
1757 def FullName(self):
1758 """Make Windows paths like Unix."""
1759 return os.path.abspath(self._filename).replace("\\", "/")
1760
1761 def RepositoryName(self):
1762 r"""FullName after removing the local path to the repository.

Callers 2

RepositoryNameMethod · 0.95
FixupPathFromRootFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected