Python 如何实现 单实例
Posted liujx2019
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python 如何实现 单实例相关的知识,希望对你有一定的参考价值。
出处:https://stackoverflow.com/questions/380870/make-sure-only-a-single-instance-of-a-program-is-running
from tendo import singleton me = singleton.SingleInstance() # will sys.exit(-1) if other instance is running
https://pypi.org/project/tendo/#files
以上是关于Python 如何实现 单实例的主要内容,如果未能解决你的问题,请参考以下文章