Added option for different arg/return type hints to type_caster #8276
Annotations
2 errors
Python tests:
build2/tests/test_stl.py#L269
test_fs_path
assert --- actual / +++ expected
- parent_paths(arg0: list[Union[os.PathLike, str, bytes]]) -> list[Union[os.PathLike, str, bytes]]
? --------- ---------------- -
+ parent_paths(arg0: list[Union[os.PathLike, str, bytes]]) -> list[Path]
|
Python tests
Process completed with exit code 2.
|
Loading