| 214 | py::object result; |
| 215 | py::object exception; |
| 216 | constexpr bool await_ready() noexcept {return false;} |
| 217 | |
| 218 | template<typename T> |
| 219 | bool await_suspend(std::coroutine_handle<T> h) |
nothing calls this directly
no outgoing calls
no test coverage detected