I am sure this yould be simple but I wnat to dynamicaly create objects at run time
in psuedo code
a="object name"
createobject(a,class)
which would then give me a new object of class
simmilar to the wy setattr can be used to dynamicaly create attibutes
(I am probably using incorrect terms here somewhere)
in psuedo code
a="object name"
createobject(a,class)
which would then give me a new object of class
simmilar to the wy setattr can be used to dynamicaly create attibutes
(I am probably using incorrect terms here somewhere)