摘要:
https://www.runoob.com/python/python-func-super.html 阅读全文
摘要:
https://www.cnblogs.com/shenxiaolin/p/9307496.html 1、继承自object的新式类才有__new__ 阅读全文
摘要:
https://www.cnblogs.com/shenxiaolin/p/9307496.html 阅读全文
摘要:
https://www.cnblogs.com/huchong/p/8244279.html 转载 阅读全文
摘要:
https://www.cnblogs.com/yuanrenxue/p/10696430.html 经典:https://blog.csdn.net/qq_32799165/article/details/103674892 究其原因,原来是这个函数的默认值只在函数被加载时调用一次,之后若不传值则 阅读全文
摘要:
https://www.cnblogs.com/1208xu/p/12045127.html 阅读全文
摘要:
阅读全文
摘要:
https://www.py.cn/jishu/jichu/13590.html 阅读全文
摘要:
python2 迭代器里面是定义next方法 python3迭代器里是定义__next__ 方法 阅读全文