MCPcopy Create free account
hub / github.com/alibaba/GraphScope / BaseName

Method BaseName

analytical_engine/misc/cpplint.py:1642–1644  ·  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

1640 return (project,) + os.path.splitext(rest)
1641
1642 def BaseName(self):
1643 """File base name - text after the final slash, before the final period."""
1644 return self.Split()[1]
1645
1646 def Extension(self):
1647 """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