net Package¶
calendarevents Module¶
socketutils Module¶
socket utilities
server Module¶
Stoq server utilities
-
exception
stoqlib.net.server.ServerError(message, code=None)[source]¶ Bases:
exceptions.ExceptionBase error for
ServerProxyconnection issues
-
class
stoqlib.net.server.ServerProxy(timeout=30)[source]¶ Bases:
objectProxy to communicate with a Stoq Server instance
-
DEFAULT_TIMEOUT= 30¶
-
call(method, *args)[source]¶ Call a remote method on stoq server.
Parameters: - method – the method to call
- args – extra args to pass to add to the call
Returns: the response
Raises: ServerErrorin case of errors
-
check_running()[source]¶ Call a remote method on stoq server.
Parameters: - method – the method to call
- args – extra args to pass to add to the call
Returns: the response
Raises: ServerErrorin case of errors
-