Package ajango :: Package site :: Package presentations :: Module upper :: Class Presentation
[hide private]
[frames] | no frames]

Class Presentation

source code

      object --+    
               |    
PresentationBase --+
                   |
                  Presentation

Klasa powiekszania liter w napisie.

Nested Classes [hide private]

Inherited from PresentationBase: __metaclass__

Instance Methods [hide private]
 
get(self, text)
Przetworzenie napisu.
source code

Inherited from PresentationBase: __init__, init

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

Class Variables [hide private]
  __abstractmethods__ = frozenset([])
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get(self, text)

source code 

Przetworzenie napisu.

Overrides: PresentationBase.get