关于python:有没有一种简单、优雅的方法来定义单例singletons呢?

关于python:有没有一种简单、优雅的方法来定义单例singletons呢?

Is there a simple, elegant way to define singletons?

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
Is there a simple, elegant way to define Singletons in Python?

在Python中实现单例模式的最佳方法是什么?似乎不可能像通常使用单例模式那样声明构造函数private或protected…


推荐阅读