def run():
     f = self.run_async(pre_run=pre_run)
     run_until_complete(f, inputhook=inputhook)
     return f.result()
Пример #2
0
 def run():
     f = self.run_async(pre_run=pre_run)
     run_until_complete(f, inputhook=inputhook)
     return f.result()
Пример #3
0
 def run():
     f = self.run_async(pre_run=pre_run)
     run_until_complete(f)
     return f.result()