system.in_
Functions
read_some(self, buffer: byte_span) → integer
Read data from stdin and blocks current fiber until it completes or errs.
Returns the number of bytes read.
First argument is ignored and it’s only there to make it have a stream-like interface. |