MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / NoExtension

Method NoExtension

src/tests/coding/cpplint.py:1646–1648  ·  view source on GitHub ↗

File has no source file extension.

(self)

Source from the content-addressed store, hash-verified

1644 return self.Split()[2]
1645
1646 def NoExtension(self):
1647 """File has no source file extension."""
1648 return '/'.join(self.Split()[0:2])
1649
1650 def IsSource(self):
1651 """File has a source file extension."""

Callers

nothing calls this directly

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected