maha.rexy.templates.expression_result# Module Contents# Classes# ExpressionResult A result of a single expression. class ExpressionResult[source]# A result of a single expression. start :int[source]# Start index of the matched text end :int[source]# End index of the matched text value :Any[source]# Extracted value expression :maha.rexy.Expression[source]# The expression that was used to find the value