| Home | Trees | Index | Help |
|
|---|
| Package corebio :: Package ssearch_io :: Class 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 | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
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__
|
hits
|
query
|
statistics
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on | http://epydoc.sf.net |