fsl
fsl.data
fsl.scripts
fsl.utils
fsl.utils.assertions
fsl.utils.bids
fsl.utils.cache
fsl.utils.deprecated
fsl.utils.ensure
fsl.utils.filetree
fsl.utils.fslsub
fsl.utils.idle
fsl.utils.imcp
fsl.utils.image
fsl.utils.memoize
fsl.utils.meta
fsl.utils.naninfrange
fsl.utils.notifier
fsl.utils.path
fsl.utils.parse_data
fsl.utils.platform
fsl.utils.run
fsl.utils.settings
fsl.utils.tempdir
fsl.utils.weakfuncref
fsl.transform
fsl.version
fsl.wrappers
fslpy
This module provides the WeakFunctionRef class.
WeakFunctionRef
fsl.utils.weakfuncref.
Bases: object
object
Class which encapsulates a weakref to a function or method.
weakref
This class is used by Notifier instances to reference listeners which have been registered to be notified of property value or attribute changes.
Notifier
function
Return a reference to the encapsulated function or method, or None if the function has been garbage collected.
None