xbrl.formula.MessageExpansion
¶
An xbrl.formula.MessageExpansion
class represents a single expension of a validation message.
- class xbrl.formula.MessageExpansion¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.formula.MessageExpansion.fact¶
Returns a fact, if any, that was used as variable in the assertion evaluation.
- xbrl.formula.MessageExpansion.message¶
Returns an xbrl.taxonomy.Message object which represents the source validation message.
- xbrl.formula.MessageExpansion.text¶
Returns the text of the expanded validation message as str.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__