-
Notifications
You must be signed in to change notification settings - Fork 180
Labels
codenavgood first issueGood for newcomersGood for newcomerslanguage-serverIssues specific to our IDE integration rather than type checkingIssues specific to our IDE integration rather than type checking
Description
Describe the Bug
continue to #994
current
I want it can be
def __matmul__(
self: ndarray[tuple[Any, ...], dtype[_NumberT]],
other: _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | _NestedSequence[builtins.bool] | _SupportsArray[dtype[numpy.bool[builtins.bool]]] | builtins.bool,
/
) -> ndarray[tuple[Any, ...], dtype[_NumberT]]import numpy as np
a = np.array([1])
a @ aSandbox Link
No response
(Only applicable for extension issues) IDE Information
v0.39.2
Metadata
Metadata
Assignees
Labels
codenavgood first issueGood for newcomersGood for newcomerslanguage-serverIssues specific to our IDE integration rather than type checkingIssues specific to our IDE integration rather than type checking