Skip to content

Commit 6e21536

Browse files
committed
DOC: Update Function docs
1 parent a4a9dc1 commit 6e21536

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nipype/interfaces/utility/wrappers.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ def __init__(self, input_names=None, output_names='out', function=None,
6565
Parameters
6666
----------
6767
68-
input_names: single str or list
68+
input_names: single str or list or None
6969
names corresponding to function inputs
70+
if ``None``, derive input names from function argument names
7071
output_names: single str or list
71-
names corresponding to function outputs.
72-
has to match the number of outputs
72+
names corresponding to function outputs (default: 'out').
73+
if list of length > 1, has to match the number of outputs
7374
function : callable
7475
callable python object. must be able to execute in an
7576
isolated namespace (possibly in concert with the ``imports``

0 commit comments

Comments
 (0)