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

Method __init__

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

Source from the content-addressed store, hash-verified

108
109class LineQueue:
110 def __init__(self):
111 object.__init__(self)
112 self._queue = []
113
114 def add(self, line):
115 self._queue.append(line)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected