xbrl.InlineXBRLTransformFunction
¶
An xbrl.InlineXBRLTransformFunction
object represents one Transformation defined in an Inline XBRL Transformation Registry.
- class xbrl.InlineXBRLTransformFunction¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
Methods¶
- xbrl.InlineXBRLTransformFunction.transform(input)¶
Applies the transformation on input and returns the result string, or None in case of error.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__