Package mvpa :: Package misc :: Module support :: Class HarvesterCall
[hide private]
[frames] | no frames]

Class HarvesterCall

source code


Instance Methods [hide private]
 
__init__(self, call, attribs=None, argfilter=None, expand_args=True, copy_attribs=True)
Initialize
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
  call
Call which gets called in the harvester.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, call, attribs=None, argfilter=None, expand_args=True, copy_attribs=True)
(Constructor)

source code 
Initialize
Parameters:
  • expand_args (bool) - Either to expand the output of looper into a list of arguments for call
  • attribs (list of basestr) - What attributes of call to store and return later on?
  • copy_attribs (bool) - Force copying values of attributes
Overrides: object.__init__