(のコード)モジュール内の関数を動的に呼び出す方法は?
例えば:
class Class1(object):
pass
class Class2(object):
pass
# here I want to either instantiate object dynamically or dynamically pass
# a Class1 or Class2 object to some other method/class inside this module code