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

Method __init__

numpy/linalg/lapack_lite/fortran.py:58–61  ·  view source on GitHub ↗
(self, iterable)

Source from the content-addressed store, hash-verified

56 value of next().
57 """
58 def __init__(self, iterable):
59 object.__init__(self)
60 self.iterable = iter(iterable)
61 self.buffer = []
62
63 def __iter__(self):
64 return self

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected