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

Class BaseDBIdsRecordSet

source code

 object --+    
          |    
DBIdsLookup --+
              |
             BaseDBIdsRecordSet
Known Subclasses:

Base class for dealing with a set of records, reference by identifier

Instance Methods [hide private]
 
__init__(self, eutils, records_dbids, metadata=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self)
Number of records referenced by this RecordSet
source code
 
__getitem__(self, i)
Return subset of the records
source code

Inherited from DBIdsLookup: elink, esummary, summary

Inherited from DBIdsLookup (private): _get_dbids

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

Properties [hide private]

Inherited from DBIdsLookup: dbids

Inherited from object: __class__

Method Details [hide private]

__init__(self, eutils, records_dbids, metadata=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)