Silly question, where is read() documented?

Ian Hobson hobson42 at gmail.com
Sat Aug 29 12:33:40 EDT 2020


https://docs.python.org/3/tutorial/inputoutput.html#methods-of-file-objects

(It is in the top result returned by Google, searching for
Python read documentation)

On 29/08/2020 17:18, Chris Green wrote:
> Well it sounds a silly question but I can't find the documentation for
> read().  It's not a built-in function and it's not documented with
> (for example) the file type object sys.stdin.
> 
> So where is it documented?  :-)
> 

-- 
Ian Hobson


-- 
This email has been checked for viruses by AVG.
https://www.avg.com



More information about the Python-list mailing list