有没有办法注释一个numpy数组的dtype? (PEP 3107)

时间:2019-10-08 09:47:26

标签: python-3.x numpy annotations

当使用numpy数组时,我想注释数组的dtype。可以将参数注释为np.ndarray,但这并没有说明它的dtype,这在某些情况下很重要。

我希望能够说出这样的话:

def foo(bar: np.ndarray(dtype=np.float32)):
    pass

0 个答案:

没有答案