fsl.wrappers.dtifit

Wrapper for the dtifit command.

fsl.wrappers.dtifit.__dir__()

Default dir() implementation.

fsl.wrappers.dtifit.__format__(format_spec, /)

Default object formatter.

fsl.wrappers.dtifit.__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

fsl.wrappers.dtifit.__new__(*args, **kwargs)

Create and return a new object. See help(type) for accurate signature.

fsl.wrappers.dtifit.__reduce__()

Helper for pickle.

fsl.wrappers.dtifit.__reduce_ex__(protocol, /)

Helper for pickle.

fsl.wrappers.dtifit.__sizeof__()

Size of object in memory, in bytes.

fsl.wrappers.dtifit.__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).