xbrl.TypedDimensionAspectValue

The TypedDimensionAspectValue class represents a value for the dimension aspect. The constructor takes the following arguments: TypedDimensionAspectValue( DTS dts, dimension = None, value = None )

class xbrl.TypedDimensionAspectValue(DTS dts, dimension=None, value=None)

Attributes

xbrl.TypedDimensionAspectValue.dimension

Returns an xbrl.Concept object representing the dimension.

xbrl.TypedDimensionAspectValue.is_explicit

Returns True.

xbrl.TypedDimensionAspectValue.is_typed

Returns False.

xbrl.TypedDimensionAspectValue.value

Returns an xml.Element object representing the dimension’s typed domain value. The absent dimension aspect value is denoted by None.

Special methods

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