Angle brackets in Python
This question already has an answer here:
当应用于Field
实例时, repr
对__repr__
使用以下定义,它是非Python语法的来源。
def __repr__(self):
return "<Field (%s).%s>" % (",".join(x.__name__ for x in self.owners),self.name)
链接地址: http://www.djcxy.com/p/28324.html
上一篇: 在Python中工作\ n
下一篇: Python中的尖括号