Skip to content

Commit

Permalink
f docs
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 20, 2019
1 parent 8beeca4 commit 91ebf4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions atasker/f.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
class FunctionCollection:
"""
Args:
on_error: function launched when function in collection raises an
exception as on_error(e)
on_error: function, launched when function in collection raises an
exception
on_error_kwargs: additional kwargs for on_error function
include_exceptions: include exceptions into final result dict
"""
Expand Down Expand Up @@ -130,10 +130,6 @@ class TaskCollection(FunctionCollection):
Method execute() returns result when all tasks in collection are finished.
Args:
on_error: function launched when function in collection raises an
exception as on_error(e)
on_error_kwargs: additional kwargs for on_error function
include_exceptions: include exceptions into final result dict
supervisor: custom task supervisor
poll_delay: custom poll delay
"""
Expand Down
1 change: 1 addition & 0 deletions doc/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ finished.
.. autoclass:: TaskCollection
:inherited-members:
:members:
:show-inheritance:

0 comments on commit 91ebf4d

Please sign in to comment.