|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
string
|
|
|
|
compare(self,
B)
Comparison function to be overridden by datatypes who support two
way synchronisation. |
source code
|
|
|
|
|
|
|
get_UID(self)
Returns the UID of the datatype |
source code
|
|
|
|
|
|
|
|
datetime.datetime
|
get_mtime(self)
Returns:
The file modification time (or None) as a python datetime
object |
source code
|
|
|
|
|
|
|
set_tags(self,
tags)
Sets the tags of the datatype |
source code
|
|
|
|
|
|
|
set_open_URI(self,
URI)
Saves the URI that can be opened through gnome-open |
source code
|
|
|
|
|
|
|
|
|
|
__getstate__(self)
Store the object state in a dict for pickling |
source code
|
|
|
|
__setstate__(self,
data)
Set object state from dict (after unpickling) |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|