I represent a planet configuration file for Flumotion.
|
|
|
|
|
|
ConfigEntryComponent
|
_parseComponent(self,
node,
parent,
forManager=False)
Parse a <component></component> block. |
source code
|
|
|
|
|
_parseManager(self,
node,
noRegistry=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
dictionary of /parent/name -> ConfigEntryComponent
|
getComponentEntries(self)
Get all component entries from both atmosphere and all flows from the
configuration. |
source code
|
|
Inherited from BaseConfigParser :
add ,
export ,
getPath ,
get_bool_values ,
get_float_values ,
get_fraction_values ,
get_int_values ,
get_long_values ,
get_raw_string_values ,
get_string_values ,
parsePlug ,
parsePlugs ,
parseProperties
Inherited from fxml.Parser :
checkAttributes ,
getRoot ,
parseAttributes ,
parseFromTable
Inherited from log.Loggable :
__providedBy__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|