Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module DBIdsClient :: Class DBIdsLookup |
|
object
--+
|
DBIdsLookup
BaseDBIdsRecordSet
,
DBIdsRecord
Look up information about a DBIds
To get the list of dbids, as interpreted by fetching the server's "uilist", use the "dbids" attribute.Method Summary | |
---|---|
__init__(self,
eutils,
records_dbids)
| |
call elink on this DBIds; returns the socket handle | |
call esummary on this DBIds; returns the socket handle | |
get the summary for these DBIds, parsed into a Datatypes.Summary | |
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, validated from the server's
'uilist' |
Method Details |
---|
elink(self, db='pubmed', cmd='neighbor', term=None, field=None, daterange=None)call elink on this DBIds; returns the socket handle |
esummary(self, retmode='xml', rettype=None)call esummary on this DBIds; returns the socket handle |
summary(self)get the summary for these DBIds, parsed into a Datatypes.Summary |
Property Details |
---|
dbidsThe DBIds for this results set, validated from the server's 'uilist' |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jan 31 09:58:02 2007 | http://epydoc.sf.net |