__getattr__ in a class Demo : Class getattr : Class : Python examples (example source code) Organized by topic

C++
PHP
Python


Python  »  Class   » [  Class getattr  ]  Screenshots 
 



__getattr__ in a class Demo

class TT:
    def __getattr__(self, name)
       return 23
import sys
sys.modules[__name__= TT()



           
       
Related examples in the same category
1.  __getattr__ demo __getattr__ demo
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.