Proper pep695 generic function docstrings #10194
Annotations
2 errors
|
Python tests
Process completed with exit code 1.
|
|
Python tests:
tests/test_pytypes.py#L1146
test_typevar
assert --- actual / +++ expected
- typevar_constraints_int_str[T: (int, str)](arg0: T) -> None
+ typevar_constraints_int_str[T: (typing.SupportsInt, str)](arg0: T) -> None
? +++ ++++++++++++
|
Loading