xbrl.formula.UnitRule.DivideBy¶
This class represents the <formula:divideBy> child element of an unit rule.
-
class
xbrl.formula.UnitRule.DivideBy¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.formula.UnitRule.DivideBy.element¶ Returns an
xml.ElementInformationItemobject which represents the <formula:divideBy> element information item.
-
xbrl.formula.UnitRule.DivideBy.measure¶ If the <formula:divideBy> element has a @measure attribute, an
xbrl.XPathExpressionobject is returned. Otherwise None is returned.
-
xbrl.formula.UnitRule.DivideBy.source¶ Returns the inferred value of the ‘source’ attribute as
xml.QName.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__