Abstract object interface to the BIO API.
|
|
|
__init__(self,
bio=None,
_pyfree=0,
_close_cb=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
readline(self,
size=4096) |
|
|
|
readlines(self,
sizehint=' ignored ' ) |
|
|
|
|
|
|
|
|
|
|
|
reset(self)
Sets the bio to its initial state |
|
|
|
|
|
should_retry(self)
Can the call be attempted again, or was there an error ie
do_handshake |
|
|
|
should_read(self)
Returns whether the cause of the condition is the bio should read
more data |
|
|
|
should_write(self)
Returns whether the cause of the condition is the bio should write
more data |
|
|