mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 12:52:33 -05:00
Python interface for `redirectError`:
```python
def redirectError(
onError: Callable[[int, str, str, str, int], None] | None
) -> None: ...
```