Package corebio :: Package ssearch_io :: Class Result
[frames | no frames]

Type Result

object --+
         |
        Result


The result from searching a database with a single query sequence.

query        -- Information about the query sequence
statistics     -- A dictionary of search statistics
hits         -- A list of Hits

Method Summary
  __init__(self)
  __repr__(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...

Class Variable Summary
list __slots__ = ['query', 'statistics', 'hits']
member_descriptor hits = <member 'hits' of 'Result' objects>
member_descriptor query = <member 'query' of 'Result' objects>
member_descriptor statistics = <member 'statistics' of 'Result' objects>

Class Variable Details

__slots__

Type:
list
Value:
['query', 'statistics', 'hits']                                        

hits

Type:
member_descriptor
Value:
<member 'hits' of 'Result' objects>                                    

query

Type:
member_descriptor
Value:
<member 'query' of 'Result' objects>                                   

statistics

Type:
member_descriptor
Value:
<member 'statistics' of 'Result' objects>                              

Generated by Epydoc 2.1 on http://epydoc.sf.net