Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module HistoryClient :: Class HistoryLookup |
|
object
--+
|
HistoryLookup
BaseHistoryRecordSet
,
HistoryRecord
Look up information about a search in history
To get the list of dbids by fetching the server's "uilist", use the "dbids" attribute.Method Summary | |
---|---|
__init__(self,
eutils,
cookie,
retstart,
retmax)
| |
Request an eLink for this history; returns the socket handle | |
Request the eSummary for this history; returns the socket handle | |
the Datatypes.Summary for this history | |
_check_invalid(self)
| |
_get_dbids(self)
| |
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) |
Property Summary | |
---|---|
dbids : The DBIds for this results set, fetched from the server's 'uilist' |
Method Details |
---|
elink(self, db='pubmed', cmd='neighbor', term=None, field=None, daterange=None)Request an eLink for this history; returns the socket handle |
esummary(self, retmode='xml', rettype=None)Request the eSummary for this history; returns the socket handle |
summary(self)the Datatypes.Summary for this history |
Property Details |
---|
dbidsThe DBIds for this results set, fetched from the server's 'uilist'
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Jun 30 22:06:03 2005 | http://epydoc.sf.net |