MCPcopy Create free account
hub / github.com/BVLC/caffe / Extension

Method Extension

scripts/cpp_lint.py:952–954  ·  view source on GitHub ↗

File extension - text following the final period.

(self)

Source from the content-addressed store, hash-verified

950 return self.Split()[1]
951
952 def Extension(self):
953 """File extension - text following the final period."""
954 return self.Split()[2]
955
956 def NoExtension(self):
957 """File has no source file extension."""

Callers 1

IsSourceMethod · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected