Override class __str__ function : Class str : Class : Python examples (example source code) Organized by topic

C++
PHP
Python


Python  »  Class   » [  Class str  ]  Screenshots 
 



Override class __str__ function



       
class MyMeta:
    def __str__(cls)
       return "Beautiful class "

x = MyMeta()

print x


           
       
Related examples in the same category
1.  __str__ , __repr__ __str__ , __repr__
























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