xbrl.Relationship

A single relationship from a network of relationships

class xbrl.Relationship(Element arc_element, Concept from_concept, Concept to_concept)

Attributes

xbrl.Relationship.arc_element

Returns the element information item where the underlying arc is defined.

xbrl.Relationship.from_concept

Returns the from-concept.

xbrl.Relationship.to_concept

Returns the to-concept.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__