Loading behave_utils/proc.py +4 −1 Original line number Diff line number Diff line # Copyright 2021-2022 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2021-2023 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading Loading @@ -355,6 +355,9 @@ class Executor(_ExecutorBase): class AsyncExecutor(_ExecutorBase): """ An asynchronous variant of `Executor`; when called it returns an awaitable coroutine """ @overload async def __call__( Loading Loading
behave_utils/proc.py +4 −1 Original line number Diff line number Diff line # Copyright 2021-2022 Dominik Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2021-2023 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this Loading Loading @@ -355,6 +355,9 @@ class Executor(_ExecutorBase): class AsyncExecutor(_ExecutorBase): """ An asynchronous variant of `Executor`; when called it returns an awaitable coroutine """ @overload async def __call__( Loading