Get python class object from class name string in the same module

前端 未结 3 413
迷失自我
迷失自我 2020-12-01 03:43

I have a class

class Foo():
    def some_method():
        pass

And another class in the same module:

clas         


        
3条回答
提交回复
热议问题