井民全觀點 (Jing's Perspective)
2019年3月13日 星期三
[python] How to get the directory of your module
import
sys
from
os.path
import
dirname
module_path = dirname(sys.modules[__name__].__file__)
‹
›
首頁
查看網路版