Package Bio :: Package EUtils :: Module HistoryClient :: Class HistoryLookup
[hide private]
[frames] | no frames]

Class HistoryLookup

source code

object --+
         |
        HistoryLookup
Known Subclasses:

Look up information about a search in history

To get the list of dbids by fetching the server's "uilist", use the "dbids" attribute.

Instance Methods [hide private]
 
__init__(self, eutils, cookie, retstart, retmax)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_check_invalid(self) 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
 
_get_dbids(self) source code

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

Properties [hide private]
  dbids
The DBIds for this results set, fetched from the server's 'uilist'

Inherited from object: __class__

Method Details [hide private]

__init__(self, eutils, cookie, retstart, retmax)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

dbids

The DBIds for this results set, fetched from the server's 'uilist'

Get Method:
_get_dbids(self)