def __init__(self, key): object.__init__(self) self._key=key self._value=NOT_INITIALIZED self._lock=Lock()