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

Class DBIdsRecord

source code

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

A single record on the server

Instance Methods [hide private]
 
summary(self)
get the summary for these DBIds, parsed into a Datatypes.Summary
source code

Inherited from DBIdsLookup: __init__, elink, esummary

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]

summary(self)

source code 

get the summary for these DBIds, parsed into a Datatypes.Summary

Overrides: DBIdsLookup.summary
(inherited documentation)