Open pydanny opened 5 months ago
@leontrolski suggested something on the lines of this"
F = TypeVar("F", bound=Callable[..., Any]) def retry( ... ) -> Callable[[F], F]:
@leontrolski suggested something on the lines of this"