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.
None |
None |
BackgroundClient | Constructor of the BackgroundClient class. |
__cancelled | Private method to check for a job cancellation. |
__initClientService | Private method to import the given module and register it as service. |
__peek | Private methode to peek the given length of bytes. |
__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 check for a job cancellation.
Private method to import the given module and register it as service.
Private methode to peek the given length of bytes.
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.