Package stocks3 :: Package core :: Module quotemaker :: Class ConfigurableQuote
[hide private]
[frames] | no frames]

Class ConfigurableQuote

source code


Instance Methods [hide private]
 
makeConfig(self)
Должна быть переопределена в дочерних классах.
source code
 
__init__(self, tree, node) source code

Inherited from config.Configurable: createObjects, readBool, readFloat, readInt, readString

Method Details [hide private]

makeConfig(self)

source code 

Должна быть переопределена в дочерних классах. Собственна эта функция и загружает конфигурацию из переданной нам ветки self.node.

Overrides: config.Configurable.makeConfig
(inherited documentation)

__init__(self, tree, node)
(Constructor)

source code 
Parameters:
  • tree - XML-дерево.
  • node - XML-узел с конфигурацией для данного объекта.
Overrides: config.Configurable.__init__
(inherited documentation)