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

Method __init__

scripts/cpp_lint.py:1855–1858  ·  view source on GitHub ↗
(self, name, linenum)

Source from the content-addressed store, hash-verified

1853 """Stores information about a namespace."""
1854
1855 def __init__(self, name, linenum):
1856 _BlockInfo.__init__(self, False)
1857 self.name = name or ''
1858 self.starting_linenum = linenum
1859
1860 def CheckEnd(self, filename, clean_lines, linenum, error):
1861 """Check end of namespace comments."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected