xbrl.UnitAspectValue¶
The UnitAspectValue class represents a value for the unit aspect. The constructor takes the following arguments: UnitAspectValue (DTS dts, nominators = None, denominators = None )
-
class
xbrl.UnitAspectValue(DTS dts=None, nominators=None, denominators=None)¶
Attributes¶
-
xbrl.UnitAspectValue.denominators¶ Returns a list of
xml.QNameobjects which represents the QNames in the denominator of the XBRL unit.
-
xbrl.UnitAspectValue.numerators¶ Returns a list of
xml.QNameobjects which represents the QNames in the numerator of the XBRL unit.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__