rdan
rdan
I implemented this feature differently from the code you proposed. The main goal was to be able to retrieve for any "context.write()" in a code block the indentation of "
Hello, I am using mako to create a generator of files (.c, .h, ...). While implementing the templates, I faced the error: `SyntaxException: Expected: \|,} at line: 3680 char: 2.`...
With the following code preceded by 10 empty lines: ``` ``` I get ``` :1: SyntaxWarning: invalid escape sequence '\j' memory:0x18bf4657080:36: SyntaxWarning: invalid escape sequence '\j' ``` "1" is ok...