Provides default expression evaluator and a common set of filtering methods. Evaluates python expression.
Bases: pluggdapps.plugin.Plugin
Plugin evaluates python expression, converts the result into string and supplies escape filtering like url-encode, xml-encode, html-encode, stripping whitespaces on expression substitution.
Default handler. Return None so that runtime will try other plugins implementing the filter.
tayra.interfaces.ITayraExpression.eval() interface method.
tayra.interfaces.ITayraExpression.filter() interface method.