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

Method BaseName

rtpose_wrapper/scripts/cpp_lint.py:944–946  ·  view source on GitHub ↗

File base name - text after the final slash, before the final period.

(self)

Source from the content-addressed store, hash-verified

942 return (project,) + os.path.splitext(rest)
943
944 def BaseName(self):
945 """File base name - text after the final slash, before the final period."""
946 return self.Split()[1]
947
948 def Extension(self):
949 """File extension - text following the final period."""

Callers 1

CheckIncludeLineFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected