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

Class BaseHistoryRecordSet

source code

   object --+    
            |    
HistoryLookup --+
                |
               BaseHistoryRecordSet
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, eutils, cookie, retstart, retmax, metadata=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self) source code
 
__getitem__(self, i) source code

Inherited from HistoryLookup: elink, esummary, summary

Inherited from HistoryLookup (private): _check_invalid, _get_dbids

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

Properties [hide private]

Inherited from HistoryLookup: dbids

Inherited from object: __class__

Method Details [hide private]

__init__(self, eutils, cookie, retstart, retmax, metadata=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)