Module modelmage :: Module preparator :: Class Initializer
[hide private]
[frames] | no frames]

Class Initializer

source code

Provides methods to extract information from a given .ini file.

Instance Methods [hide private]
 
__init__(self, init=None, remove=None, kinetics=None) source code
tuple
getArgs(self)
Returns the commands of the remove section in the init file as a tuple of remove commands and macros in a dict.
source code
Method Details [hide private]

getArgs(self)

source code 

Returns the commands of the remove section in the init file as a tuple of remove commands and macros in a dict. The macros are not complete when returned by this method, they have to be updated by the removeHandler.getTrueCombinations which generates the correct logical combinations which can then be inserted in the macros.

Returns: tuple
[0] remove command [1] defined macros