We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967a789 commit ae993eeCopy full SHA for ae993ee
‎src/numpy-stubs/polynomial/_polybase.pyi
@@ -58,9 +58,9 @@ class ABCPolyBase(abc.ABC):
58
) -> None: ...
59
60
#
61
- @overload # workaround for microsoft/pyright#10232
62
- def __call__(self, /, arg: _PolyT) -> _PolyT: ...
63
@overload
+ def __call__(self, /, arg: _PolyT) -> _PolyT: ...
+ @overload # workaround for microsoft/pyright#10232
64
def __call__(self, /, arg: _nt._ToArray_nnd[_nt.co_complex]) -> _nt.Array[_nt.inexact64]: ...
65
66
def __call__(self, /, arg: _nt.CoComplex_0d) -> _nt.inexact64: ...
0 commit comments