module documentation
(source)

Helper classes for file system related functions
Class FileTreeWatcher Helper object that adds signals for file changes. It can be used for the watcher attribute for file system objects.
Class FSObjectMonitor Undocumented
Class TrashCancelledError Error raised when a trashing operation is cancelled. (E.g. on windows the system will prompt the user with a confirmation dialog which has a Cancel button.)
Class TrashHelper No class docstring; 1/1 method documented
Class TrashNotSupportedError Error raised when trashing is not supported and delete should be used instead
Function format_file_size No summary
Variable Gio Undocumented
Variable logger Undocumented
def format_file_size(bytes): (source)
Returns a human readable label for a file size E.g. 1230 becomes "1.23kb", idem for "Mb" and "Gb"
Parameters
bytesfile size in bytes as integer
Returns
size as string

Undocumented

logger = (source)

Undocumented