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

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

A resource to scan.
Instance Variablesroot_urithe root to scan (type: elisa.core.media_uri.MediaUri )
namea more generic name of this resource (type: unicode )
sectionthe section in which the resource was encountered (type: str )
statethe state it is currently in. See the SCANNING* constants in the class descrition (type: int )
files_totalthe total number of files we found in this resource (type: int )
files_scannednumber of files we have scanned the metadata (type: int )
files_failedthe files that the metadata getting failed and the reason (as a Failure instance) (type: list of tuple )
last_scanwhen the resource was scanned the last time (type: float )
durationthe time it took to scan this resource (type: float )
defertriggered when the scanning is done (type: twisted.internet.defer.Deferred )
Line # Kind Name Docs
88 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, root_uri=None, name=None, section=None):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.