【Python】动态获取python类名、函数名&多线程
摘要:
import timeimport randomimport threadingimport inspectdef get_current_function_name(): return inspect.stack()[1][3] class Inclass: def __init... 阅读全文
posted @ 2015-06-24 18:15 colipso 阅读(768) 评论(0) 推荐(0) 编辑