Package Bio :: Package EUtils :: Module Datatypes :: Class PostResult
[hide private]
[frames] | no frames]

Class PostResult

source code

Store the results of a Post

Attributes are:
  webenv -- the WebEnv string
  query_key -- the query_ket
  timestamp -- timestamp (from time.time()) when this record
       was received from the server.

Instance Methods [hide private]
 
__init__(self, webenv, query_key, invalid_ids, timestamp) source code