Skip to content
New issue

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

Allow long expressions to span lines #32

Closed
sqlalchemy-bot opened this issue Apr 4, 2007 · 2 comments
Closed

Allow long expressions to span lines #32

sqlalchemy-bot opened this issue Apr 4, 2007 · 2 comments

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

Allow long Mako expressions such as:

 % if (somevar == 1 or somevar == 2) and othervar == 3:

to be split between lines as in regular Python, e.g.,

 % if (somevar == 1 or somevar == 2) \
       and othervar == 3:
@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

[changeset:264]

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant