1
2
import __main__
print __main__.__file__

Note:

  • 交互式shell中执行时,__main__没有__file__属性

参考

  1. http://stackoverflow.com/questions/606561/how-to-get-filename-of-the-main-module-in-python

留言