xbrl.SegmentAspectValue
¶
An xbrl.SegmentAspectValue
class represents a particular value for the segment aspect.
- class xbrl.SegmentAspectValue(elements=None)¶
Constructs a new segment aspect value with the given elements.
Attributes¶
- xbrl.SegmentAspectValue.aspect¶
Returns
xbrl.Aspect.NON_XDT_SEGMENT
.
- xbrl.SegmentAspectValue.elements¶
Returns an iterator of xml.ElementInformationItem objects representing the elements of the segment aspect value.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__