MCPcopy Index your code
hub / github.com/cpplint/cpplint / Extension

Method Extension

cpplint.py:1799–1801  ·  view source on GitHub ↗

File extension - text following the final period, includes that period.

(self)

Source from the content-addressed store, hash-verified

1797 return self.Split()[1]
1798
1799 def Extension(self):
1800 """File extension - text following the final period, includes that period."""
1801 return self.Split()[2]
1802
1803 def NoExtension(self):
1804 """File has no source file extension."""

Callers 4

IsSourceMethod · 0.95
CheckHeaderFileIncludedFunction · 0.95
CheckIncludeLineFunction · 0.95
FilesBelongToSameModuleFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected