Package smartcard :: Package pyro :: Package server :: Module PyroDaemon :: Class PyroDaemon :: Class _PyroDaemon
[hide private]
[frames] | no frames]

Class _PyroDaemon

source code

The pyro daemon actual wrapper class.

A single instance of this class is created by the public PyroDaemon class.

Instance Methods [hide private]
 
__init__(self) source code
 
__call__(self, signame, sf)
Ctrl+c handler that will gracefully shutdown the server upon Ctrl+C signal
source code
 
connect(self, object, name=None) source code
 
disconnect(self, object) source code
 
start(self)
start pyro daemon.
source code