To get the list of dbids by fetching the server's "uilist",
use the "dbids" attribute.
|
__init__(self,
eutils,
cookie,
retstart,
retmax)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
esummary(self,
retmode=' xml ' ,
rettype=None)
Request the eSummary for this history; returns the socket handle |
source code
|
|
|
summary(self)
the Datatypes.Summary for this history |
source code
|
|
|
elink(self,
db=' pubmed ' ,
cmd=' neighbor ' ,
term=None,
field=None,
daterange=None)
Request an eLink for this history; returns the socket handle |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|