We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5c76e commit 25c96d4Copy full SHA for 25c96d4
1 file changed
code_generation/tpl_magic_methods.mako
@@ -154,7 +154,8 @@ class _LambdaExpressionGenerated(_LambdaExpressionBase):
154
This magic method can not be used on an _LambdaExpression, because unfortunately python checks the
155
result type and does not allow it to be a custom type.
156
"""
157
- raise FunctionDefinitionError('${o.method_name} is not supported by _LambdaExpression, since python raises an'
+ raise FunctionDefinitionError('${o.method_name} is not supported by mini-lambda expressions, since python '
158
+ 'raises an'
159
' error when its output is not directly an object of the type it expects.'
160
'Please use the ${o.module_method_name}() method provided at mini_lambda package'
161
' level instead. If you did not use ${o.method_name} in your expression, you '
0 commit comments