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

Method NoExtension

rtpose_wrapper/scripts/cpp_lint.py:952–954  ·  view source on GitHub ↗

File has no source file extension.

(self)

Source from the content-addressed store, hash-verified

950 return self.Split()[2]
951
952 def NoExtension(self):
953 """File has no source file extension."""
954 return '/'.join(self.Split()[0:2])
955
956 def IsSource(self):
957 """File has a source file extension."""

Callers

nothing calls this directly

Calls 2

SplitMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected