Go to the source code of this file.
Classes | |
| class | mycroft.lock.Lock |
| class | mycroft.lock.Signal |
Namespaces | |
| mycroft.lock | |
Functions | |
| def | mycroft.lock.__call__ (self, signame, sf) |
| def | mycroft.lock.__del__ (self) |
| def | mycroft.lock.__init__ (self, sig_value, func) |
| def | mycroft.lock.__init__ (self, service) |
| def | mycroft.lock.create (self) |
| def | mycroft.lock.delete (self, args) |
| def | mycroft.lock.exists (self) |
| def | mycroft.lock.set_handlers (self) |
| def | mycroft.lock.touch (self) |
Variables | |
| mycroft.lock.__handlers | |
| mycroft.lock.__pid | |
| mycroft.lock.__previous_func | |
| mycroft.lock.__sig_value | |
| mycroft.lock.__user_func | |
| string | mycroft.lock.DIRECTORY = '/tmp/mycroft' |
| string | mycroft.lock.FILE = '/{}.pid' |
| mycroft.lock.path | |