def cancel()

in src/asfquart/utils.py [0:0]


    def cancel(self):
        "Cancel the task, and clean up its CancelledError exception."

        self.task.cancel()