Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51654

Re: Script that converts between indentation and curly braces in Python code

From Serhiy Storchaka <storchaka@gmail.com>
Subject Re: Script that converts between indentation and curly braces in Python code
Date 2013-07-31 16:31 +0300
References <09DBD544-FA04-48DC-8FEA-1E788FE1C6A6@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.23.1375277520.1251.python-list@python.org> (permalink)

Show all headers | View raw


31.07.13 06:45, Musical Notation написав(ла):
> Is there any script that converts indentation in Python code to curly braces? The indentation is sometime lost when I copy my code to an application or a website.

Look at the pindent.py script.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Script that converts between indentation and curly braces in Python code Serhiy Storchaka <storchaka@gmail.com> - 2013-07-31 16:31 +0300

csiph-web