作者tippy (tippy)
看板Python
标题Re: [问题] 请问Python有没有类似Java的Dynami …
时间Mon Sep 25 15:13:39 2006
※ 引述《theodolite (无)》之铭言:
: ※ 引述《[email protected] (月兑)》之铭言:
: : foo(bar)
: 应该是就是我要的了,那再请问class method是否也是比照办理呢?
: Java中是reflection,Python是Introspection
: 正在尝试中…Python的学习曲线还蛮平顺的:)
>>> class C :
... def foo(self) : print "foo"
>>> c = C()
>>> getattr(c, "foo")()
foo
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.113.88.219