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 d187198 commit 0319255Copy full SHA for 0319255
python/pyarrow-stubs/_compute.pyi
@@ -41,7 +41,7 @@ class Kernel(lib._Weakrefable):
41
42
class Function(lib._Weakrefable):
43
@property
44
- def arity(self) -> int: ...
+ def arity(self) -> int | EllipsisType: ...
45
46
47
def kind(
0 commit comments