interfaces.base.support

format_help()

Link to code

Prints help text of a Nipype interface

>>> from nipype.interfaces.afni import GCOR
>>> GCOR.help()  # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
Wraps the executable command ``@compute_gcor``.
<BLANKLINE>
Computes the average correlation between every voxel
and ever other voxel, over any give mask.
<BLANKLINE>
<BLANKLINE>
For complete details, ...

get_trait_desc()

Link to code

Parses a HasTraits object into a nipype documentation string