Stefan Ram wrote:
> Chris Green writes:
> >I went to sys.stdin but it didn't really lead me easily to the read()
> >method. All I actually wanted to know was what was the type of the
> >return value of the read() method which is different in Python 2 and 3.
>
> |>>> import sys
> |>>> >>> sys.st
MRAB wrote:
> On 2020-08-29 17:48, Chris Green wrote:
> > Stefan Ram wrote:
> >> Chris Green writes: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.
> >>
> >> |read() (asyncio.Stre
Chris Green writes:
> Stefan Ram wrote:
>> Chris Green writes: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.
>>
>> |read() (asyncio.StreamReader method), 894
>> |read() (chunk.Chunk
On 2020-08-29 17:48, Chris Green wrote:
Stefan Ram wrote:
Chris Green writes: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.
|read() (asyncio.StreamReader method), 894
|read() (chunk.Chun
Stefan Ram wrote:
> Chris Green writes: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.
>
> |read() (asyncio.StreamReader method), 894
> |read() (chunk.Chunk method), 1385
> |read() (code