Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module Datatypes :: Class LinkSetDb |
|
object
--+
|
LinkSetDb
Used in eLink with cmd == neighbor Attributes are: dbto -- the links are TO this database name linkname -- the name for this set (eg, "pubmed_protein") links -- list of Links, one per matching record (includes score) List order is the sames as the XML, which is ordered from most likely to least. The identifer is from 'dbto' info -- ignored; this is only used as a warning when there is an empty list You can also use dbids -- get a DBIds of dbto and the identifiers in each Link
Method Summary | |
---|---|
__init__(self,
dbto,
linkname,
links,
info)
| |
__eq__(self,
other)
| |
__ne__(self,
other)
| |
__repr__(self)
| |
_get_dbids(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) |
Property Summary | |
---|---|
dbids |
Property Details |
---|
dbids
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 16 15:49:04 2005 | http://epydoc.sf.net |