示例#1
0
 def __init__(self, update, func, *arguments, **kw):
     updates = Updates.create(update)
     NoopActionHandler.__init__(self, updates)
     self.func = func
     self.arguments = arguments
     self.kw = kw