MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / FullName

Method FullName

rtpose_wrapper/scripts/cpp_lint.py:881–883  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

879 self._filename = filename
880
881 def FullName(self):
882 """Make Windows paths like Unix."""
883 return os.path.abspath(self._filename).replace('\\', '/')
884
885 def RepositoryName(self):
886 """FullName after removing the local path to the repository.

Callers 2

RepositoryNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected