class FSObjectBase(FilePath): (source)
Known subclasses: zim.newfs.base.File, zim.newfs.base.Folder, zim.newfs.mock.MockFSObjectBase
| Method | __init__ |
Undocumented |
| Method | copyto |
Undocumented |
| Method | ctime |
Undocumented |
| Method | exists |
Undocumented |
| Method | isequal |
No summary |
| Method | iswritable |
Undocumented |
| Method | moveto |
Undocumented |
| Method | mtime |
Undocumented |
| Method | parent |
Undocumented |
| Method | remove |
Undocumented |
| Method | touch |
Undocumented |
| Instance Variable | watcher |
Undocumented |
| Method | _cleanup |
Undocumented |
| Method | _moveto |
Undocumented |
| Method | _set_mtime |
Undocumented |
Inherited from FilePath:
| Class Method | new_from_zim_config |
Returns a new object based on the string representation for that path |
| Method | __eq__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
| Method | commonparent |
Undocumented |
| Method | get_abspath |
No summary |
| Method | get_childpath |
Undocumented |
| Method | ischild |
Undocumented |
| Method | parents |
Undocumented |
| Method | relpath |
Undocumented |
| Method | serialize_zim_config |
Returns the file path as string for serializing the object |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | islocal |
Undocumented |
| Instance Variable | path |
Undocumented |
| Instance Variable | pathnames |
Undocumented |
| Property | basename |
Undocumented |
| Property | dirname |
Undocumented |
| Property | uri |
Undocumented |
| Property | userpath |
Undocumented |
zim.newfs.mock.MockFSObjectBase| Parameters | |
| other | an other FilePath object |
| Returns | |
| True when the two paths are one and the same file | |