2018年8月14日

摘要: class t(): pass class t2(): pass def test1(): a=10 b=t() d=t2() e=t2() def f1(c): print a print b print c f1() Disassembly of test1: 19 ... 阅读全文

posted @ 2018-08-14 13:30 王将军之武库 阅读(333) 评论(0) 推荐(0) 编辑


Copyright © 2024 王将军之武库
Powered by .NET 9.0 on Kubernetes