码迷,mamicode.com
首页 > 其他好文 > 详细

调用其他文件__name__=='__main__'下代码

时间:2020-08-17 16:51:33      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:https   title   main   ng-if   mozilla   sub   htm   another   The   

如何调用其他文件__name__==‘__main__‘下代码

  1. 使用os.system()或者subprocess.run()执行该文件,用这种方法相当于直接创建了一个子进程,新调用的py不影响当前调用进程。
  2. 使用runpy.run_path(,run_name=‘__main__‘)来执行文件,这种方法所有代码都执行在当前进程之中。

参考

Python: 如何在一个模块中执行另一个模块的 if name == ‘main‘ 部分的代码

调用其他文件__name__=='__main__'下代码

标签:https   title   main   ng-if   mozilla   sub   htm   another   The   

原文地址:https://www.cnblogs.com/KirinSB/p/13500723.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!