Skip to content

Commit

Permalink
docs: fix docstring for dask_method
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 2, 2023
1 parent 2265061 commit fa2cf28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dask_awkward/lib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ def dask_method(maybe_func: F, *, no_dispatch: bool = False) -> _DaskMethod:
----------
maybe_func : Callable
The method implementation to decorate.
no_dispatch : bool
If True, re-use the main getter function as the Dask implementation
Returns
-------
Expand All @@ -272,6 +274,8 @@ def dask_method(
----------
maybe_func : Callable, optional
The method implementation to decorate.
no_dispatch : bool
If True, re-use the main getter function as the Dask implementation
Returns
-------
Expand All @@ -288,6 +292,8 @@ def dask_method(maybe_func=None, *, no_dispatch=False):
----------
maybe_func : Callable, optional
The method implementation to decorate.
no_dispatch : bool
If True, re-use the main getter function as the Dask implementation
Returns
-------
Expand Down

0 comments on commit fa2cf28

Please # to comment.