📜  如何在python代码示例中获取对象的名称

📅  最后修改于: 2022-03-11 14:47:01.959000             🧑  作者: Mango

代码示例1
dict([(t.__name__, t) for t in fun_list])