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

Class HistoryRecord

source code

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

Get information about a single record in a history

Instance Methods [hide private]
 
__init__(self, eutils, cookie, offset)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
summary(self)
the Datatypes.Summary for this history record
source code

Inherited from HistoryLookup: elink, esummary

Inherited from HistoryLookup (private): _check_invalid, _get_dbids

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

Properties [hide private]

Inherited from HistoryLookup: dbids

Inherited from object: __class__

Method Details [hide private]

__init__(self, eutils, cookie, offset)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

summary(self)

source code 

the Datatypes.Summary for this history record

Overrides: HistoryLookup.summary