On Wed, May 9, 2012 at 5:02 AM, J. Mwebaze wrote:
>
> I have a bunch of objects of the same type. Each object has a version
> attribute and this refers to source code that was used to make the object.
> SouceCode is maintained in separate files. eg.
> myclass_01.py, myclass_02.py, myclass_03.py,
On Wed, May 9, 2012 at 7:02 AM, J. Mwebaze wrote:
>
> During object instantiaton, i would like to use the specific class, that
> corresponds to the version of the class that was used to create the object.
I don't understand; "the version of the class that was used to create"
**what** object? We'
I have a bunch of objects of the same type. Each object has a version
attribute and this refers to source code that was used to make the object.
SouceCode is maintained in separate files. eg.
myclass_01.py, myclass_02.py, myclass_03.py, myclass_04.py ..
During object instantiaton, i would like to