Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ read
Method
read
Lib/tempfile.py:827–828 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
825
return
self._file.readable()
826
827
def
read(self, *args):
828
return
self._file.read(*args)
829
830
def
read1(self, *args):
831
return
self._file.read1(*args)
Callers
2
test_text_mode
Method · 0.95
test_text_newline_and_encoding
Method · 0.95
Calls
no outgoing calls
Tested by
2
test_text_mode
Method · 0.76
test_text_newline_and_encoding
Method · 0.76