Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module DBIdsClient :: Class BaseDBIdsRecordSet |
|
object
--+ |DBIdsLookup
--+ | BaseDBIdsRecordSet
PublicationDBIdsRecordSet
,
SequenceDBIdsRecordSet
Method Summary | |
---|---|
__init__(self,
eutils,
records_dbids,
metadata)
| |
Return subset of the records | |
Number of records referenced by this RecordSet | |
Inherited from DBIdsLookup | |
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 | |
---|---|
Inherited from DBIdsLookup | |
dbids : The DBIds for this results set, validated from the server's
'uilist' |
Method Details |
---|
__getitem__(self,
i)
Return subset of the records
|
__len__(self)
Number of records referenced by this RecordSet
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:11 2007 | http://epydoc.sf.net |