mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 13:23:02 +04:00
e59b8cd905
Python interface for `redirectError`:
```python
def redirectError(
onError: Callable[[int, str, str, str, int], None] | None
) -> None: ...
```