Lines Matching refs:target
1000 await task # search target
1009 self.assert_text_contains(tb, "await task # search target")
1028 task.exception() # search target
1038 "task.exception() # search target")
3202 def target(self, fail=False, cancel=False, timeout=None,
3210 # 'target' is interacting with threads.
3221 future = self.loop.run_in_executor(None, self.target)
3228 future = self.loop.run_in_executor(None, self.target, True)
3236 callback = lambda: self.target(timeout=0)
3248 callback = lambda: self.target(cancel=True)
3261 None, lambda: self.target(advance_coro=True))