E&S CVS Commit: PEAK - Added a 'binding.initAttrs()' function that can be used to initialize
pje@eby-sarna.com
pje@eby-sarna.com
Wed Nov 24 22:02:00 2004
Module Name: PEAK
Committed By: pje
Date: Thu Nov 25 03:01:35 UTC 2004
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak/binding: attributes.py attributes.txt components.py
once.py
Log Message:
Added a 'binding.initAttrs()' function that can be used to initialize
an object's attributes from e.g. constructor keyword arguments, similar to
how the 'binding.Component' and 'binding.Attribute' constructors work.
(Also, refactored them to use this new function instead of harcoding their
own versions.)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.163&r2=1.164
http://cvs.eby-sarna.com/PEAK/src/peak/binding/attributes.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/binding/attributes.txt.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.142&r2=1.143
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.74&r2=1.75
To generate a diff of this commit:
cvs rdiff -r1.163 -r1.164 PEAK/CHANGES.txt
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/binding/attributes.py \
PEAK/src/peak/binding/attributes.txt
cvs rdiff -r1.142 -r1.143 PEAK/src/peak/binding/components.py
cvs rdiff -r1.74 -r1.75 PEAK/src/peak/binding/once.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.