We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated issue, originally created by Anonymous
Inline unpacking of variables in function signature doesn't work.
Occurs in Mako 0.7.2 back to 0.4.1 as far as we have tested.
'''Steps to reproduce:'''
'''Example 1:'''
from mako import template template.Template("${lambda (k,v):1}") Traceback (most recent call last): ... AttributeError: 'Tuple' object has no attribute 'id'
'''Example 2:'''
from mako import template template.Template("<% def test((x,y)): pass %>") Traceback (most recent call last): ... AttributeError: 'Tuple' object has no attribute 'id'
The text was updated successfully, but these errors were encountered:
Michael Bayer (@zzzeek) wrote:
easy enough, can you verify 7e63f85 works for you (passes new tests for me), thanks !
Sorry, something went wrong.
Changes by Michael Bayer (@zzzeek):
Anonymous wrote:
Works for me. Thanks for the quick response.
No branches or pull requests
Migrated issue, originally created by Anonymous
Inline unpacking of variables in function signature doesn't work.
Occurs in Mako 0.7.2 back to 0.4.1 as far as we have tested.
'''Steps to reproduce:'''
'''Example 1:'''
'''Example 2:'''
The text was updated successfully, but these errors were encountered: