docs/v3/api-ref/python/prefect-utilities-timeout.mdx
prefect.utilities.timeoutfail_if_not_timeout_error <sup><a href="https://github.com/PrefectHQ/prefect/blob/main/src/prefect/utilities/timeout.py#L11" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>fail_if_not_timeout_error(timeout_exc_type: type[Exception]) -> None
timeout_async <sup><a href="https://github.com/PrefectHQ/prefect/blob/main/src/prefect/utilities/timeout.py#L19" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>timeout_async(seconds: Optional[float] = None, timeout_exc_type: type[TimeoutError] = TimeoutError)
timeout <sup><a href="https://github.com/PrefectHQ/prefect/blob/main/src/prefect/utilities/timeout.py#L36" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>timeout(seconds: Optional[float] = None, timeout_exc_type: type[TimeoutError] = TimeoutError)