2019年2月19日

摘要: import inspectdef get_current_function_name(): return inspect.stack()[1][3]class MyClass: def function_one(self): print "%s.%s invoked"%(self.__class_ 阅读全文
posted @ 2019-02-19 18:30 前端LHR 阅读(745) 评论(0) 推荐(0) 编辑

导航