Class e.p.d.s.Statistic(Model):

Part of elisa.plugins.database.scanner_models View In Hierarchy

The statistics and states of the media scanner. This is for others than the media scanner read-only.
Instance Variablesrunningis the media scanner currently running (type: bool )
currently_scanningthe scanner is currently scanning (type: ScanResource )
scannedall the already scanned resources (since elisa start) (type: list of ScanResources )
queuequeue of pending resources to scan (type: Queue.Queue of ScanResources )
Line # Kind Name Docs
47 Method __init__ Undocumented

Inherited from Bindable (via Model):

Line # Kind Name Docs
34 Method bind Bind a local attribute to destination_attribute of
73 Method unbind Remove the binding of attribute to destination_attribute of
104 Method unbind_object Remove all the bindings you have for a certain destination_object.
118 Method __setattr__ Undocumented
136 Method __delattr__ Undocumented
def __init__(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.