xbrl.xdt.TypedMember
¶
An xbrl.xdt.TypedMember
class represents a <xbrldi:typedMember> element with an XBRL context in the XBRL instance.
- class xbrl.xdt.TypedMember¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.xdt.TypedMember.aspect_value¶
Returns an xbrl.TypedDimensionAspectValue object representing the dimension aspect value represented by the <xbrldi:typedMember> element information item.
- xbrl.xdt.TypedMember.dimension¶
Returns an
xbrl.xdt.Dimension
object representing the dimension for the <xbrldi:typedMember> element information item.
- xbrl.xdt.TypedMember.element¶
Returns an xml.ElementInformationItem object which represents the <xbrldi:typedMember> element information item.
- xbrl.xdt.TypedMember.value¶
Returns an xml.ElementInformationItem object representing the typed member value of the <xbrldi:typedMember> element information item.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__