-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This doesn't look right, the real function doesn't include one of the overloads:
class ufunc:
@overload
def __call__(self, _0: numpy.ndarray, _1: numpy.ndarray, /):
"""
usage.sample-usage: 1
"""
...
@overload
def __call__(self, _0: numpy.ndarray, /):
"""
usage.sample-usage: 2
"""
...
def __call__(self, _0: numpy.ndarray, /):
"""
usage.sample-usage: 3
"""
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working