Part of elisa.plugins.base.models.file View In Hierarchy
Known subclasses: elisa.plugins.base.models.file.DirectoryModel
Instance Variables | name | the name of the file
(type: unicode
) |
size | a size in bytes
(type: long
) | |
mtime | the time the file was accessed the last time (see note)
(type: long
) | |
atime | the 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 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 |