码迷,mamicode.com
首页 > 其他好文 > 详细

ascii#ascii,对象类中找__repr__,获取其返回值

时间:2017-01-30 17:06:18      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:对象   blog   bsp   sci   foo   返回   bin   code   return   

1 #!/usr/bin/env python
2 #ascii,对象类中找__repr__,获取其返回值
3 class Foo :
4     def __repr__(self):
5         return "hello"
6 
7 obj = Foo()
8 r = ascii(obj)
9 print(r )

 

ascii#ascii,对象类中找__repr__,获取其返回值

标签:对象   blog   bsp   sci   foo   返回   bin   code   return   

原文地址:http://www.cnblogs.com/shiluoliming/p/6358166.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!