Class e.p.b.m.f.FileModel(Model):

Part of elisa.plugins.base.models.file View In Hierarchy

Known subclasses: elisa.plugins.base.models.file.DirectoryModel

A file model represents a file in a file system.
Instance Variablesnamethe name of the file (type: unicode )
sizea size in bytes (type: long )
mtimethe time the file was accessed the last time (see note) (type: long )
atimethe time the file was modified the last time (see note) (type: long

Note: These values can be different from one system to the other. See the documentation of os.stat.

To represent a directory please use the DirectoryModel.

)
Line # Kind Name Docs
38 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.