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