def __init__(self, action_function):
idaapi.action_handler_t.__init__(self)
self.action_function = action_function
python类action_handler_t()的实例源码
def __init__(self, fn):
idaapi.action_handler_t.__init__(self)
self.fn = fn
def __init__(self):
idaapi.action_handler_t.__init__(self)
self.target_type = None