E&S CVS Commit: PEAK - Made it possible to define "private" verbs in a method exporter, by not

pje at eby-sarna.com pje at eby-sarna.com
Sun Dec 15 14:58:00 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sun Dec 15 19:57:17 UTC 2002

Modified Files:
	PEAK/src/peak/model: method_exporter.py

Log Message:
Made it possible to define "private" verbs in a method exporter, by not
including the verb in any 'newVerbs' list, but setting the functions'
'verb' attributes.  This makes it possible to use the 'installIf'
capability to autoselect method implementations according to metadata in
the method exporter class.  This will be used later to simplify the set of
classes used in peak.model to implement structural features.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/method_exporter.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/model/method_exporter.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