qubes.tools.qmemmand – qmemman daemon

class qubes.tools.qmemmand.QMemmanReqHandler(request, client_address, server)[source]

Bases: BaseRequestHandler

The RequestHandler class for our server.

It is instantiated once per connection to the server, and must override the handle() method to implement communication to the client.

class qubes.tools.qmemmand.WatchType(func: Callable, param: Any)[source]

Bases: object