<div><br></div>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 .. <div>

<br></div><div>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. However i cant know the specific "myclass_??.py" before i read the version attribute of the object. </div>

<div><br></div><div>Seems like a situation where i have to partially instantiate the object to read the version attribute, and after that continue with instantiaton with the specific version of the version..</div><div><br>

</div><div>Is this doeable?</div><div>-</div>