Package conduit :: Package modules :: Module TomboyModule :: Class TomboyNote
[hide private]

Class TomboyNote

source code


Stores both the text and xml representations of the note

Instance Methods [hide private]
 
__init__(self, title, contents, xml)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_xml(self) 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 datatypes.Note.Note: __str__, get_contents, get_hash, get_note_string, get_title

Inherited from datatypes.DataType.DataType: compare, get_UID, get_mtime, get_open_URI, get_rid, get_snippet, get_tags, get_type, set_UID, set_mtime, set_open_URI, set_tags

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]

Inherited from datatypes.Note.Note: _name_

Instance Variables [hide private]

Inherited from datatypes.DataType.DataType: UID, URI

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, title, contents, xml)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: datatypes.Note.Note.__init__

__getstate__(self)

source code 
Store the object state in a dict for pickling
Overrides: datatypes.Note.Note.__getstate__

__setstate__(self, data)

source code 
Set object state from dict (after unpickling)
Overrides: datatypes.Note.Note.__setstate__