Module implementing a Qt free version of a background client for the various checkers and other python interpreter dependent functions.
backgroundClient |
BackgroundClient | Class implementing the main part of the background client. |
None |
Class implementing the main part of the background client.
None |
None |
BackgroundClient | Constructor |
__cancelled | Private method to check for a job cancellation. |
__initClientService | Private method to import the given module and register it as service. |
__peek | Private method to peek the given length of bytes. |
__receive | Private method to receive the given length of bytes. |
__send | Private method to send a job response back to the BackgroundService server. |
run | Public method implementing the main loop of the client. |
None |
Constructor
Private method to check for a job cancellation.
Private method to import the given module and register it as service.
Private method to peek the given length of bytes.
Private method to receive the given length of bytes.
Private method to send a job response back to the BackgroundService server.
Public method implementing the main loop of the client.