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

Class ObjUrl

source code

The ObjUrl containing LinkOut information for a record

Attributes are:
  subject_types -- list of strings describing this link (0 or more)
  provider -- a Provider instance
  linkname -- a name used to categorize this link (optional)
  attributes -- list of attributes (text strings), (0 or more)
  url -- URL of the link (optional)
  iconurl -- URL containing image for this link (optional)

Instance Methods [hide private]
 
__init__(self, subject_types, provider, linkname=None, url=None, attributes=None) source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__repr__(self) source code