read_byte(s = current_reader())
Return the next byte from the input stream s. If there are no more bytes in the stream, return the eof object.
s
Core Module Index | Contents