The operation is not allowed in this state.
| 47 | TimeoutError = TimeoutError # make local alias for the standard exception |
| 48 | |
| 49 | class InvalidStateError(Error): |
| 50 | """The operation is not allowed in this state.""" |
| 51 | pass |
| 52 | |
| 53 | class _Waiter(object): |
| 54 | """Provides the event that wait() and as_completed() block on.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…