<div class="gmail_quote">On 3 November 2011 18:21, Emmanuel Bacry <span dir="ltr"><<a href="mailto:emmanuel.bacry@polytechnique.fr">emmanuel.bacry@polytechnique.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":155">Will it tell me what is the level of indentation I need for an eventual<br>
acceptable line ?</div></blockquote></div><br>Yes, your InputSplitter instance should have an indent_spaces attribute, which is an integer multiple of 4, and applies to the next line. So if you push a line "if a > 5:" to the InputSplitter, isp.indent_spaces will increase.<br>

<br>Thomas<br>