127reveal_type(~i4) # E: numpy.int32 128reveal_type(~u8) # E: numpy.uint64 ... 124reveal_type(b_ & i) # E: Union[numpy.int32, numpy.int64] 125 ...
確定! 回上一頁