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

Method Extension

rtpose_wrapper/scripts/cpp_lint.py:948–950  ·  view source on GitHub ↗

File extension - text following the final period.

(self)

Source from the content-addressed store, hash-verified

946 return self.Split()[1]
947
948 def Extension(self):
949 """File extension - text following the final period."""
950 return self.Split()[2]
951
952 def NoExtension(self):
953 """File has no source file extension."""

Callers 1

IsSourceMethod · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected