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

Method NoExtension

analytical_engine/misc/cpplint.py:1650–1652  ·  view source on GitHub ↗

File has no source file extension.

(self)

Source from the content-addressed store, hash-verified

1648 return self.Split()[2]
1649
1650 def NoExtension(self):
1651 """File has no source file extension."""
1652 return '/'.join(self.Split()[0:2])
1653
1654 def IsSource(self):
1655 """File has a source file extension."""

Callers

nothing calls this directly

Calls 2

SplitMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected