MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / read1

Method read1

tools/python-3.11.9-amd64/Lib/_pyio.py:726–730  ·  view source on GitHub ↗

Read up to size bytes with at most one read() system call, where size is an int.

(self, size=-1)

Source from the content-addressed store, hash-verified

724 self._unsupported("read")
725
726 def read1(self, size=-1):
727 """Read up to size bytes with at most one read() system call,
728 where size is an int.
729 """
730 self._unsupported("read1")
731
732 def readinto(self, b):
733 """Read bytes into a pre-allocated bytes-like object b.

Callers 1

_readintoMethod · 0.95

Calls 1

_unsupportedMethod · 0.80

Tested by

no test coverage detected