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

Method __init__

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

Source from the content-addressed store, hash-verified

32 line number in the .lineno attribute.
33 """
34 def __init__(self, iterable):
35 object.__init__(self)
36 self.iterable = iter(iterable)
37 self.lineno = 0
38
39 def __iter__(self):
40 return self

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected