5 """Handler specialization for desktop platforms."""
7 def __init__(self, service):
8 super(DesktopHandler, self).__init__()
11 def start_async(self, c, program_index=None, option_index=None):
12 """Specialization of superclass start_async method.
14 Starts ASP solving asynchronously a subset of data and
15 options for a desktop platform.
21 def start_sync(self, program_index=None, option_index=None):
22 """Specialization of superclass start_sync method.
24 Starts ASP solving synchronously a subset of data and options
25 for a desktop platform.