Python内置函数

1.next

http://www.cnblogs.com/sesshoumaru/p/6037922.html

2.getattr

getattr(x, 'y') is equivalent to x.y

原文地址:https://www.cnblogs.com/huangshiyu13/p/6836878.html