one can add a property during GE execution with :
myob[‘newprop’]=var
is there a way to remove it later ?
del myob[‘newprop’]
Same as a dictionary, how pythonic
yep I founded it thanks. the new API is really nice.
one can add a property during GE execution with :
myob[‘newprop’]=var
is there a way to remove it later ?
del myob[‘newprop’]
Same as a dictionary, how pythonic
yep I founded it thanks. the new API is really nice.