class documentation

class ImportExportTimeouts(object):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Constant DEFAULT_ERROR_TIMEOUT Undocumented
Constant DEFAULT_LISTEN_TIMEOUT Undocumented
Constant DEFAULT_PROGRESS_INTERVAL Undocumented
Constant DEFAULT_READY_TIMEOUT Undocumented
Class Variable __slots__ Undocumented
Instance Variable connect Undocumented
Instance Variable error Undocumented
Instance Variable listen Undocumented
Instance Variable progress Undocumented
Instance Variable ready Undocumented
def __init__(self, connect, listen=DEFAULT_LISTEN_TIMEOUT, error=DEFAULT_ERROR_TIMEOUT, ready=DEFAULT_READY_TIMEOUT, progress=DEFAULT_PROGRESS_INTERVAL):

Initializes this class.

Parameters
connect:numberTimeout for establishing connection
listen:numberTimeout for starting to listen for connections
error:numberLength of time until errors cause hard failure
ready:numberTimeout for daemon to become ready
progress:numberProgress update interval
DEFAULT_ERROR_TIMEOUT: int =

Undocumented

Value
10
DEFAULT_LISTEN_TIMEOUT: int =

Undocumented

Value
10
DEFAULT_PROGRESS_INTERVAL: int =

Undocumented

Value
60
DEFAULT_READY_TIMEOUT: int =

Undocumented

Value
10
__slots__: list[str] =

Undocumented

connect =

Undocumented

error =

Undocumented

listen =

Undocumented

progress =

Undocumented

ready =

Undocumented