public marks

PUBLIC MARKS from roberto with tag locks

15 August 2005 21:30

Google Groups : comp.lang.python

I need to ensure that there is only one instance of my python class on my machine at a given time. (Not within an interpreter -- that would just be a singleton -- but on the machine.) These instances are created and destroyed, but there can be only one at a time.

roberto's TAGS related to tag locks

programming +   python +