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

Type UnitAnnotation

object --+    
         |    
Annotation --+
             |
            UnitAnnotation


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('unit_annotations',MetaData(),Column('ann...
LOrderedProp c = <sqlalchemy.orm.mapper.LOrderedProp object at 0x403b...

Class Variable Details

_table

Type:
Table
Value:
Table('unit_annotations',
MetaData(),
Column('annotation_id',<sqlalchemy.types.Integer object at 0x403ae5ac>\
,key='annotation_id',primary_key=True,nullable=False,hidden=False,defa\
ult=None,onupdate=None),
Column('parent_id',<sqlalchemy.types.Integer object at 0x403ae80c>,For\
eignKey('units.unit_id'),key='parent_id',primary_key=False,nullable=Tr\
ue,hidden=False,default=None,onupdate=None),
...                                                                    

c

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

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