|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _xfer_progress_callback(self,
info,
cancel_func) |
source code
|
|
|
|
|
|
|
|
|
|
_defer_rename(self,
filename)
In the event that the file is on a read-only volume this call
defers the file rename till after the transfer proces |
source code
|
|
|
|
|
|
|
_defer_new_mtime(self,
mtime)
In the event that the file is on a read-only volume this call
defers the file mtime modification till after the transfer proces |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
force_new_filename(self,
filename)
Renames the file |
source code
|
|
|
|
|
|
|
force_new_mtime(self,
mtime)
Changes the mtime of the file |
source code
|
|
|
|
transfer(self,
newURIString,
overwrite=False,
cancel_function=None)
Transfers the file to newURI. |
source code
|
|
|
|
|
|
|
|
datetime
|
|
|
|
|
|
|
|
|
|
|
|
|
get_filename(self)
Returns the filename of the file |
source code
|
|
|
|
|
|
|
|
string
|
|
|
|
|
|
|
compare(self,
B,
sizeOnly=False)
Compare me with B based upon their modification times, or
optionally based on size only |
source code
|
|
|
|
|
|
|
|
|
Inherited from DataType.DataType:
get_UID,
get_open_URI,
get_rid,
get_snippet,
get_tags,
get_type,
set_UID,
set_open_URI,
set_tags
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|