io.BufferedReader

class io.BufferedReader

Create a new buffered reader using the given readable raw IO object.

Methods

__enter__
__exit__
__format__ default object formatter
__new__((S, ...)
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__
__subclasshook__ Abstract classes can override this to customize issubclass().
_checkClosed
_checkReadable
_checkSeekable
_checkWritable
close
detach
fileno
flush
isatty
peek
read
read1
readable
readinto
readline
readlines Return a list of lines from the stream.
seek
seekable
tell
truncate
writable
write Write the given buffer to the IO stream.
writelines

Attributes

closed
mode
name
next
raw