MCPcopy Index your code
hub / github.com/RustPython/RustPython / read1

Method read1

Lib/test/test_io.py:4093–4094  ·  view source on GitHub ↗
(self, len_)

Source from the content-addressed store, hash-verified

4091 rather than bytes'''
4092
4093 def read1(self, len_):
4094 return _to_memoryview(super().read1(len_))
4095
4096 def read(self, len_):
4097 return _to_memoryview(super().read(len_))

Callers

nothing calls this directly

Calls 3

_to_memoryviewFunction · 0.85
superClass · 0.85
read1Method · 0.45

Tested by

no test coverage detected