Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 216 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 216 Bytes

parse_python_indention.py

python function to parse the indention of a python-style indented file.

To use it, do:

>>> from parse_python_indentation import parse_indentation
>>> parse_indentation(raw_data)