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