Skip to content
Snippets Groups Projects
Commit dc380d50 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

_FileOrThing docs

parent 7b6ae4f1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment