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

Method read1

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

This is the same as read.

(self, size=-1)

Source from the content-addressed store, hash-verified

960 return bytes(b)
961
962 def read1(self, size=-1):
963 """This is the same as read.
964 """
965 return self.read(size)
966
967 def write(self, b):
968 if self.closed:

Callers 3

read1Method · 0.45
read1Method · 0.45
_read_chunkMethod · 0.45

Calls 1

readMethod · 0.95

Tested by

no test coverage detected