[Zope-Checkins] CVS: Zope3/lib/python/Persistence - IPersistent.py:1.3
Jeremy Hylton
jeremy@zope.com
Sun, 23 Jun 2002 12:44:37 -0400
Update of /cvs-repository/Zope3/lib/python/Persistence
In directory cvs.zope.org:/tmp/cvs-serv7626
Modified Files:
IPersistent.py
Log Message:
Add _p_activate()
=== Zope3/lib/python/Persistence/IPersistent.py 1.2 => 1.3 ===
Note that this does not affect the object's persistence state.
"""
+
+ def _p_activate():
+ """Activate the object.
+
+ Change the object to the up-to-date state if it is a ghost.
+ """
def _p_deactivate():
"""Deactivate the object