El mar, 26 abr 2022 a las 4:08, bas van beek ()
escribió:
> Hi Jelle,
>
>
>
> I’ve stumbled upon buffer-related issues multiple times when typing with
> numpy, be It either with annotating functions such as `np.frombuffer` or
> when passing a numpy array to the likes of `memoryview` (resulting in
Hi Jelle,
I’ve stumbled upon buffer-related issues multiple times when typing with numpy,
be It either with annotating functions such as `np.frombuffer` or when passing
a numpy array to the likes of `memoryview` (resulting in a false positive by
type checkers).
All in all I’d say this buffer-ty