<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 27, 2014 at 3:58 AM, Luca Delucchi <span dir="ltr"><<a href="mailto:lucadeluge@gmail.com" target="_blank">lucadeluge@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":14u" class="" style="overflow:hidden">[0] <a href="http://grass.osgeo.org/grass71/manuals/pygrass/index.html" target="_blank">http://grass.osgeo.org/grass71/manuals/pygrass/index.html</a></div>

</blockquote></div><br><a href="http://grass.osgeo.org/grass71/manuals/pygrass/raster_elements.html#pygrass.raster.category.Category.set_cats_fmt" target="_blank">http://grass.osgeo.org/grass71/manuals/pygrass/raster_elements.html#pygrass.raster.category.Category.set_cats_fmt</a><br>

<br></div><div class="gmail_extra">Luca, can you please add the >>> button which is in Python documentation for the examples with Python command line. I mean a button to convert this:<br><br>>>> n = -37<br>

>>> bin(n)<br>'-0b100101'<br>>>> n.bit_length()<br>6<br><br>into this:<br><br>n = -37<br>bin(n)<br><br>n.bit_length()<br><br><a href="https://docs.python.org/2/library/stdtypes.html#long.bit_length">https://docs.python.org/2/library/stdtypes.html#long.bit_length</a></div>

</div>