MCPcopy Index your code
hub / github.com/python/cpython / read

Method read

Lib/io.py:116–121  ·  view source on GitHub ↗

Read data from the input stream and return it. If *size* is specified, at most *size* items (bytes/characters) will be read.

(self, size=..., /)

Source from the content-addressed store, hash-verified

114
115 @abc.abstractmethod
116 def read(self, size=..., /):
117 """Read data from the input stream and return it.
118
119 If *size* is specified, at most *size* items (bytes/characters) will be
120 read.
121 """
122
123 @classmethod
124 def __subclasshook__(cls, C):

Callers 15

mainFunction · 0.45
email-mime.pyFile · 0.45
email-simple.pyFile · 0.45
get_ids_from_fileFunction · 0.45
_copy_archiveFunction · 0.45
get_interpreterFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
readlineMethod · 0.45
read_uint1Function · 0.45
read_uint2Function · 0.45

Calls

no outgoing calls

Tested by 2

_load_testfileFunction · 0.36
_download_srcMethod · 0.36