def __init__(self): """ Initializes object handler with the comments specific data """ ObjectHandler.__init__(self, Comment) # add command handlers self._cmd_handlers_ = { 'get': None, 'add': None, 'info': None}
def __init__(self): ObjectHandler.__init__(self, Service)