MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / FullName

Method FullName

src/tests/coding/cpplint.py:1560–1562  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

1558 self._filename = filename
1559
1560 def FullName(self):
1561 """Make Windows paths like Unix."""
1562 return os.path.abspath(self._filename).replace('\\', '/')
1563
1564 def RepositoryName(self):
1565 r"""FullName after removing the local path to the repository.

Callers 3

RepositoryNameMethod · 0.95
FixupPathFromRootFunction · 0.80

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected