Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
numpy/lib/tests/test_io.py:51–52 ·
view source on GitHub ↗
(self, s="")
Source
from the content-addressed store, hash-verified
49
50
""
"
51
def
__init__(self, s=
""
):
52
BytesIO.__init__(self, asbytes(s))
53
54
def
write(self, s):
55
BytesIO.write(self, asbytes(s))
Callers
nothing calls this directly
Calls
1
asbytes
Function · 0.90
Tested by
no test coverage detected