E&S CVS Commit: PEAK - Redefined DM.load() signature to include the object being loaded. This

pje at eby-sarna.com pje at eby-sarna.com
Sun Nov 17 10:19:01 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sun Nov 17 15:18:41 UTC 2002

Modified Files:
	PEAK/src/peak/storage: data_managers.py interfaces.py
	PEAK/src/peak/storage/tests: __init__.py

Log Message:
Redefined DM.load() signature to include the object being loaded.  This
makes it easier to get at the object's class from inside a load() method,
which I needed while writing my prototype 'XMI_DM' (that loads objects
from XMI files).


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/storage/data_managers.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/storage/interfaces.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/storage/tests/__init__.py.diff?r1=1.8&r2=1.9

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/storage/data_managers.py
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/storage/interfaces.py
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/storage/tests/__init__.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list