Python how to check the current instance is built or not

后端 未结 0 590
面向向阳花
面向向阳花 2021-01-27 16:23

I want to make a method like this:

def GetCurPath():
    if IsBuilt(): return sys.executable
    else: reutrn os.path.abspath(__main__.__file__)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题