radeksz
Results
1
comments of
radeksz
I ran into this trying to write ```python _T = TypeVar('_T') def str2int(s:str, default:_T = None) -> Union[int, _T]: # error: Incompatible default for argument "default" (default has type "None",...