标签: python design-patterns singleton
可能重复: Is there a simple, elegant way to define Singletons in Python?
在Python中实现单例模式的最佳方法是什么?似乎不可能像通常使用Singleton模式那样声明构造函数是私有的还是受保护的......