(timeout=CONNECTION_TIMEOUT)
| 61 | |
| 62 | |
| 63 | def _init_timeout(timeout=CONNECTION_TIMEOUT): |
| 64 | return time.monotonic() + timeout |
| 65 | |
| 66 | def _check_timeout(t): |
| 67 | return time.monotonic() > t |
no outgoing calls
no test coverage detected
searching dependent graphs…