Package ajango :: Package core :: Module hybrid :: Class Hybrid
[hide private]
[frames] | no frames]

Class Hybrid

source code

         object --+    
                  |    
XMLReader.XMLReader --+
                      |
                     Hybrid
Known Subclasses:

Klasa .

Instance Methods [hide private]
 
__init__(self, param)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
init(self)
Inicjalizacja obiektu.
source code
 
is_read_from_xmldoc(self)
Sparwdzanie czy obiekt jest odczytany z XML'a.
source code
 
read_from_dict(self, param)
Inicjalizacja ze zmiennej slownikowej.
source code
 
read_from_xml(self, xmldoc)
Inicjalizacja z danych XML.
source code

Inherited from XMLReader.XMLReader: add_permited, check, getAttribute, get_xml_doc, post_render, pre_render, render

Inherited from XMLReader.XMLReader (private): _is_permited

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

Class Variables [hide private]
  __abstractmethods__ = frozenset(['check', 'read_from_dict', 'r...
  __metaclass__ = abc.ABCMeta
Metaclass for defining Abstract Base Classes (ABCs).
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, param)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

init(self)

source code 

Inicjalizacja obiektu.

Overrides: XMLReader.XMLReader.init

read_from_dict(self, param)

source code 

Inicjalizacja ze zmiennej slownikowej.

Decorators:
  • @abc.abstractmethod

read_from_xml(self, xmldoc)

source code 

Inicjalizacja z danych XML.

Decorators:
  • @abc.abstractmethod

Class Variable Details [hide private]

__abstractmethods__

Value:
frozenset(['check', 'read_from_dict', 'read_from_xml'])