Module api :: Class Bookmark
[hide private]
[frames] | no frames]

Class Bookmark
source code

     object --+    
              |    
BagOfAttributes --+
                  |
                 Bookmark

Class representing a Connotea bookmark.

note: there are two kinds of Bookmark instances. The ones parsed from a response to a query form bookmarks - these do have all the data; and the ones parsed from 'dcterms:URI' child elements in 'Post' elements - these do only have a partial metada set.

Instance Methods [hide private]
  __init__(self, node)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from BagOfAttributes: __repr__

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


Class Variables [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, node)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)