MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/linalg/lapack_lite/clapack_scrub.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132class CommentQueue(LineQueue):
133 def __init__(self):
134 LineQueue.__init__(self)
135
136 def add(self, line):
137 if line.strip() == '':

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected