from __future__ import print_function import weakref class Test(object): def method(self): return type(self) def test(obj): print(type(obj), "=>", obj.method()) o = Test() test(o) test(weakref.proxy(o))
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル