def on_selection_modified_async(self, view): self.view = view sublime.set_timeout_async( lambda: self.run_coverage(view) )