Package Pootle :: Package storage :: Module memory :: Class TranslationUnit
[show private | hide private]
[frames | no frames]

Type TranslationUnit

object --+
         |
        TranslationUnit


Method Summary
  __init__(self, store, trans)
Construct a TranslationUnit.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
type _interface = Pootle.storage.api.ITranslationUnit
NoneType annotations = None                                                                  
NoneType comments = None                                                                  
NoneType context = None                                                                  
NoneType index = None                                                                  
NoneType store = None                                                                  
NoneType trans = None                                                                  

Method Details

__init__(self, store, trans)
(Constructor)

Construct a TranslationUnit.

trans should be a list of tuples (source, target).
Overrides:
__builtin__.object.__init__

Class Variable Details

annotations

Type:
NoneType
Value:
None                                                                  

comments

Type:
NoneType
Value:
None                                                                  

context

Type:
NoneType
Value:
None                                                                  

index

Type:
NoneType
Value:
None                                                                  

store

Type:
NoneType
Value:
None                                                                  

trans

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Tue Aug 22 04:29:46 2006 http://epydoc.sf.net