Skip to content

Commit

Permalink
Add warning to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Mar 14, 2024
1 parent fd51905 commit d3b43bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ need to instantiate your own wrapper `for non-Python tasks <#running-executable>
While you thus do not need to know about the wrappers in most cases,
we describe what each does and how they can be adjusted here.

.. note::

Apply the ``PythonGeneratorMethod`` wrapper before supplying to
the Task Server for wrapped generator functions.
Automatic detection of `Python generator function <#generator-python-functions>`_
usually fails for wrapped functions.


Basic Python Functions
----------------------

Expand Down

0 comments on commit d3b43bf

Please sign in to comment.