Monday, February 09, 2009

Pythonで動的にメソッドを呼ぶ

Pythonで文字列からメソッドを呼ぶ方法。
meth = getattr(obj, 'method_name')
meth()