面向对象高级编程 __slots__

1 class Student(object):
2     __slots__ = ('name', 'age') # 用tuple定义允许绑定的属性名称

 

posted @ 2017-05-03 11:25  hutzerg  阅读(94)  评论(0编辑  收藏  举报