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

Method Extension

analytical_engine/misc/cpplint.py:1646–1648  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1644 return self.Split()[1]
1645
1646 def Extension(self):
1647 """File extension - text following the final period, includes that period."""
1648 return self.Split()[2]
1649
1650 def NoExtension(self):
1651 """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