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

Type TranslationUnit

object --+    
         |    
RefersToDB --+
             |
            TranslationUnit


Method Summary
  __init__(self, *args, **kwargs)
  _get_trans(self)
  _set_trans(self, trans)
    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)

Property Summary
  annotations
  comments
  trans

Class Variable Summary
type _interface = Pootle.storage.api.ITranslationUnit
Table _table = Table('units',MetaData(),Column('unit_id',<sqla...
LOrderedProp c = <sqlalchemy.orm.mapper.LOrderedProp object at 0x403b...
NoneType context = None                                                                  
    Inherited from RefersToDB
NoneType db = None                                                                  

Property Details

annotations

Get Method:
annotations(...)

comments

Get Method:
comments(...)

trans

Get Method:
_get_trans(self)
Set Method:
_set_trans(self, trans)

Class Variable Details

_table

Type:
Table
Value:
Table('units',
MetaData(),
Column('unit_id',<sqlalchemy.types.Integer object at 0x403a9f8c>,key='\
unit_id',primary_key=True,nullable=False,hidden=False,default=None,onu\
pdate=None),
Column('idx',<sqlalchemy.types.Integer object at 0x403ae1cc>,key='idx'\
,primary_key=False,nullable=True,hidden=False,default=None,onupdate=No\
ne),
...                                                                    

c

Type:
LOrderedProp
Value:
<sqlalchemy.orm.mapper.LOrderedProp object at 0x403b84cc>              

context

Type:
NoneType
Value:
None                                                                  

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