MCPcopy Create free account
hub / github.com/apache/mesos / Extension

Method Extension

support/cpplint.py:1180–1182  ·  view source on GitHub ↗

File extension - text following the final period.

(self)

Source from the content-addressed store, hash-verified

1178 return self.Split()[1]
1179
1180 def Extension(self):
1181 """File extension - text following the final period."""
1182 return self.Split()[2]
1183
1184 def NoExtension(self):
1185 """File has no source file extension."""

Callers 3

IsSourceMethod · 0.95
CheckHeaderFileIncludedFunction · 0.95
FilesBelongToSameModuleFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected