Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __next__
Method
__next__
numpy/linalg/lapack_lite/fortran.py:42–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
return
self
41
42
def
__next__(self):
43
self.lineno += 1
44
line = next(self.iterable)
45
line = line.rstrip()
46
return
line
47
48
next = __next__
49
Callers
nothing calls this directly
Calls
2
rstrip
Method · 0.80
next
Function · 0.50
Tested by
no test coverage detected