MCPcopy 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'''
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_read1Method · 0.45
test_read1_0Method · 0.45
test_read1_10Method · 0.45
test_read1Method · 0.45
test_read1_0Method · 0.45
test_read1_10Method · 0.45
test_read1Method · 0.45
rMethod · 0.45
test_read1_unboundedMethod · 0.45
test_read1_boundedMethod · 0.45

Calls 2

_to_memoryviewFunction · 0.85
superClass · 0.85

Tested by

no test coverage detected