标签:sign __str__ coding 技术分享 调用 .sh .com 写法 master
陆陆续续总结一些用到的类的特殊方法
看源码总会看到一些奇奇怪怪的写法: 掺杂着设计模式
https://coding.net/u/RuoYun/p/Python-design-pattern/git/tree/master
https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/0014319098638265527beb24f7840aa97de564ccc7f20f6000
__str__给人看的, __repr__给程序看的
使用__str__定制
todo:
@proerty, 实现a.show
call: 实现 a()
标签:sign __str__ coding 技术分享 调用 .sh .com 写法 master
原文地址:https://www.cnblogs.com/iiiiiher/p/9609685.html