Package Bio :: Module biblio :: Class Biblio
[hide private]
[frames] | no frames]

Class Biblio

source code

this class provides low-level access to the EBI Bibliographics services exported through SOAP. there exist an almost 1-to-1 mapping between the methods and the RPC's available on the SOAP server.

Instance Methods [hide private]
 
__init__(self, serverurl) source code
 
get_count(self, cid) source code
 
find(self, cid, keywords, attrs, criteria) source code
 
reset_retrieval(self, cid) source code
 
has_next(self, cid) source code
 
get_next(self, cid) source code
 
get_more(self, cid, cnt) source code
 
get_all_ids(self, cid) source code
 
get_all(self, cid) source code
 
get_by_id(self, id) source code
 
exists(self, cid) source code
 
destroy(self, cid) source code
 
get_vocabulary_names(self) source code
 
get_all_values(self, vocab) source code
 
get_entry_description(self, vocab, entry) source code
 
contains(self, vocab, entry) source code