Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
dc380d50
Commit
dc380d50
authored
Mar 02, 2018
by
Paul McCarthy
🚵
Browse files
_FileOrThing docs
parent
7b6ae4f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/wrappers/wrapperutils.py
View file @
dc380d50
...
...
@@ -333,6 +333,16 @@ class _FileOrThing(object):
**Using with other decorators**
``_FileOrThing`` decorators can be chained with other ``_FileOrThing``
decorators, and other decorators. When multiple ``_FileOrThing``
decorators are used on a single function, the outputs from each decorator
are merged together into a single dict-like object.
``_FileOrThing`` decorators can be used with any other decorators
__as long as__ they do not manipulate the return value.
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment