Package Bio :: Package EUtils :: Module DBIdsClient :: Class DBIdsLookup
[hide private]
[frames] | no frames]

Class DBIdsLookup

source code

object --+
         |
        DBIdsLookup
Known Subclasses:

Look up information about a DBIds

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

Instance Methods [hide private]
 
__init__(self, eutils, records_dbids)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
esummary(self, retmode='xml', rettype=None)
call esummary on this DBIds; returns the socket handle
source code
 
summary(self)
get the summary for these DBIds, parsed into a Datatypes.Summary
source code
 
elink(self, db='pubmed', cmd='neighbor', term=None, field=None, daterange=None)
call elink on this DBIds; returns the socket handle
source code
 
_get_dbids(self) source code

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, eutils, records_dbids)
(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, validated from the server's 'uilist'

Get Method:
_get_dbids(self)