Package Persistence :: Class Persistent
[show private | hide private]
[frames | no frames]

Type Persistent

object --+    
         |    
      Base --+
             |
object --+   |
         |   |
Persistent --+
             |
            Persistent

Known Subclasses:
BTreeFolder2Base, ObjectCache, ObjectCache, ObjectManager, RRDMGraph, SimpleItem, YearlyDownTime, ZenDate, ZenStatus

Persistent ExtensionClass
Method Summary
  __class_init__(self)
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  bobobase_modification_time(self)
  locked_in_version(self)
Was the object modified in any version?
  modified_in_version(self)
Was the object modified in this version?
Inherited from Persistent: __delattr__, __getstate__, __new__, __reduce__, __setattr__, __setstate__
Inherited from Base: __getnewargs__
Inherited from object: __init__, __hash__, __reduce_ex__, __repr__, __str__

Method Details

__getattribute__(...)

x.__getattribute__('name') <==> x.name
Overrides:
persistent.Persistent.__getattribute__

locked_in_version(self)

Was the object modified in any version?

modified_in_version(self)

Was the object modified in this version?

Generated by Epydoc 2.1 on Thu Aug 16 09:55:15 2007 http://epydoc.sf.net