def cancel()

in context.py [0:0]


  def cancel(self):
    for task in self._cancel_tasks:
      task.cancel()