Module Task :: Class Task
[hide private]
[frames] | no frames]

Class Task

source code


Instance Methods [hide private]
 
__init__(self) source code
 
help(self)
Display help for this task.
source code
 
_validateattr(self, attr, value, default)
Check whether VALUE is a valid valid for attribute ATTR.
source code
 
__setattr__(self, name, value) source code

Inherited from MinimalMatch.MinimalMatch: __getattr__

Inherited from MinimalMatch.MinimalMatch (private): _findattr

Method Details [hide private]

__setattr__(self, name, value)

source code 
Overrides: MinimalMatch.MinimalMatch.__setattr__