Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ read1
Method
read1
Lib/test/test_io/test_textio.py:1433–1434 ·
view source on GitHub ↗
(self, len_)
Source
from the content-addressed store, hash-verified
1431
rather than bytes
''
&
#x27;
1432
1433
def
read1(self, len_):
1434
return
_to_memoryview(super().read1(len_))
1435
1436
def
read(self, len_):
1437
return
_to_memoryview(super().read(len_))
Callers
15
test_read1
Method · 0.45
test_read1_0
Method · 0.45
test_read1_10
Method · 0.45
test_read1_multistream
Method · 0.45
test_read1
Method · 0.45
test_read1_0
Method · 0.45
test_read1_10
Method · 0.45
test_read1_multistream
Method · 0.45
test_read1
Method · 0.45
r
Method · 0.45
test_read1_unbounded
Method · 0.45
test_read1_bounded
Method · 0.45
Calls
2
_to_memoryview
Function · 0.85
super
Class · 0.85
Tested by
no test coverage detected