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

Method BaseName

support/cpplint.py:1176–1178  ·  view source on GitHub ↗

File base name - text after the final slash, before the final period.

(self)

Source from the content-addressed store, hash-verified

1174 return (project,) + os.path.splitext(rest)
1175
1176 def BaseName(self):
1177 """File base name - text after the final slash, before the final period."""
1178 return self.Split()[1]
1179
1180 def Extension(self):
1181 """File extension - text following the final period."""

Callers 3

CheckHeaderFileIncludedFunction · 0.95
CheckIncludeLineFunction · 0.95
FilesBelongToSameModuleFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected