MCPcopy Create free account
hub / github.com/apache/mesos / FullName

Method FullName

support/cpplint.py:1112–1114  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

1110 self._filename = filename
1111
1112 def FullName(self):
1113 """Make Windows paths like Unix."""
1114 return os.path.abspath(self._filename).replace('\\', '/')
1115
1116 def RepositoryName(self):
1117 """FullName after removing the local path to the repository.

Callers 3

RepositoryNameMethod · 0.95
FixupPathFromRootFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected