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

Type TranslationPair

object --+
         |
        TranslationPair


Method Summary
  __init__(self, *args, **kwargs)
    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
Table _table = Table('trans',MetaData(),Column('trans_id',<sql...
LOrderedProp c = <sqlalchemy.orm.mapper.LOrderedProp object at 0x403b...

Class Variable Details

_table

Type:
Table
Value:
Table('trans',
MetaData(),
Column('trans_id',<sqlalchemy.types.Integer object at 0x403ae8cc>,key=\
'trans_id',primary_key=True,nullable=False,hidden=False,default=None,o\
nupdate=None),
Column('plural_idx',<sqlalchemy.types.Integer object at 0x403aeaec>,ke\
y='plural_idx',primary_key=False,nullable=True,hidden=False,default=No\
ne,onupdate=None),
...                                                                    

c

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

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