Published in: Python
class Demo: pass # Oggetto contenitore def createAttributes(): rc = Demo() setattr(rc, 'myobj', 'valore') return rc
You need to login to post a comment.
Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.
whitetiger on 11/09/06
resize image python download timer mask series60 pys60 blit scale sprite feature sleep sms inbox wget tutorial fractal mandelbrot
1 person has marked this snippet as a favorite
Published in: Python
class Demo: pass # Oggetto contenitore def createAttributes(): rc = Demo() setattr(rc, 'myobj', 'valore') return rc
You need to login to post a comment.