MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / BaseName

Method BaseName

steps/cpplint.py:1653–1655  ·  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

1651 return (project,) + os.path.splitext(rest)
1652
1653 def BaseName(self):
1654 """File base name - text after the final slash, before the final period."""
1655 return self.Split()[1]
1656
1657 def Extension(self):
1658 """File extension - text following the final period, includes that period."""

Callers 3

CheckHeaderFileIncludedFunction · 0.95
CheckIncludeLineFunction · 0.95
FilesBelongToSameModuleFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected