xbrl.formula.PeriodRule.Instant
¶
An xbrl.formula.PeriodRule.Instant
class represents the <formula:instant> child element of a period rule.
- class xbrl.formula.PeriodRule.Instant¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.formula.PeriodRule.Instant.element¶
Returns an xml.ElementInformationItem object which represents the <formula:instant> element information item.
- xbrl.formula.PeriodRule.Instant.value¶
If the <formula:instant> element has a @value attribute, an xbrl.XPathExpression object is returned. Otherwise None is returned.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__