Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def handle_callback (self):
if self.callbacked:
return
tuple_cb (self, self.callback)
self.callbacked = 1
def handle_callback (self):
tuple_cb (self, self.callback)