MCPcopy Create free account
hub / github.com/alibaba/GraphScope / FullName

Method FullName

analytical_engine/misc/cpplint.py:1564–1566  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

1562 self._filename = filename
1563
1564 def FullName(self):
1565 """Make Windows paths like Unix."""
1566 return os.path.abspath(self._filename).replace('\\', '/')
1567
1568 def RepositoryName(self):
1569 r"""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