| Home | Trees | Index | Help |
|
|---|
| Package Pyblio :: Package External :: Module PubMed :: Class PubMed |
|
object --+
|
PubMed
| Method Summary | |
|---|---|
__init__(self,
db)
| |
Cancel a running query. | |
count(self,
query,
db)
| |
search(self,
query,
maxhits,
db)
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
str |
adminEmail = 'webmaster@pybliographer.org'
|
str |
baseURL = 'http://eutils.ncbi.nlm.nih.gov/entrez/eutils'...
|
int |
BATCH_SIZE = 500 |
Logger |
log = <logging.Logger instance at 0xa571ec0c>
|
str |
SRV_FETCH = '/efetch.fcgi'
|
str |
SRV_SEARCH = '/esearch.fcgi'
|
str |
toolName = 'pybliographer'
|
| Method Details |
|---|
cancel(self)Cancel a running query. The database is not reverted to its original state. |
| Class Variable Details |
|---|
adminEmail
|
baseURL
|
BATCH_SIZE
|
log
|
SRV_FETCH
|
SRV_SEARCH
|
toolName
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Sep 24 23:52:44 2006 | http://epydoc.sf.net |