xbrl.xdt.HasHypercubeRelationship
¶
An xbrl.xdt.HasHypercubeRelationship
class represents all and notAll XDT relationships in the DTS network of relationships.
- class xbrl.xdt.HasHypercubeRelationship¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.xdt.HasHypercubeRelationship.closed¶
Returns the inferred value of the ‘xbrldt:closed’ attribute as bool.
- xbrl.xdt.HasHypercubeRelationship.context_element¶
Returns the ‘xbrldt:contextElement’ value as an
xbrl.xdt.ContextElement
enumeration.
Methods¶
- xbrl.xdt.HasHypercubeRelationship.is_all()¶
Returns True if this relationship object represents an all XDT relationship.
- xbrl.xdt.HasHypercubeRelationship.is_not_all()¶
Returns True if this relationship object represents a notAll XDT relationship.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__