Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __call__
Method
__call__
numpy/lib/_iotools.py:225–226 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
223
return
[line[s]
for
s in slices]
224
225
def
__call__(self, line):
226
return
self._handyman(_decode_line(line, self.encoding))
227
228
229
class
NameValidator:
Callers
nothing calls this directly
Calls
1
_decode_line
Function · 0.85
Tested by
no test coverage detected