Package obitools :: Package obo :: Module parser :: Class RelationshipValue
[hide private]
[frames] | no frames]

Class RelationshipValue

source code


A couple 'xref:value' inherited from the class TaggedValue. Used to manage xref tags.

Instance Methods [hide private]
 
__init__(self, line)
Constructor of the class TaggedValue.
source code

Inherited from TaggedValue: __repr__, __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, line)
(Constructor)

source code 

Constructor of the class TaggedValue.

Parameters:
  • line - a line of an OBOEntry composed of a tag and a value.
Overrides: object.__init__
(inherited documentation)