.. AUTO-GENERATED FILE -- DO NOT EDIT!

interfaces.base.support
=======================


.. module:: nipype.interfaces.base.support


.. _nipype.interfaces.base.support.format_help:

:func:`format_help`
-------------------

`Link to code <file:///build/nipype-1.1.8/nipype/interfaces/base/support.py#L241>`__



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, ...


.. _nipype.interfaces.base.support.get_trait_desc:

:func:`get_trait_desc`
----------------------

`Link to code <file:///build/nipype-1.1.8/nipype/interfaces/base/support.py#L341>`__



Parses a HasTraits object into a nipype documentation string

