adding a static class to another class

James Stroud jstroud at mbi.ucla.edu
Sun Sep 16 21:09:12 EDT 2007


Nathan Harmston wrote:
> And also preventing more than one Manager instance instantiated at one
> time.

Forgot to answer this. You want the singleton pattern:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52558

James



More information about the Python-list mailing list