📜  在 python 代码示例中获取 self 文件名

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

代码示例1
import os

os.path.basename(__file__)