MCPcopy Create free account
hub / github.com/BVLC/caffe / FullName

Method FullName

scripts/cpp_lint.py:885–887  ·  view source on GitHub ↗

Make Windows paths like Unix.

(self)

Source from the content-addressed store, hash-verified

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

Callers 2

RepositoryNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected