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

Type 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)
    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)

Property Summary
  dbids

Generated by Epydoc 2.1 on Mon Aug 27 16:12:10 2007 http://epydoc.sf.net