Created
October 7, 2016 15:56
-
-
Save ejcer/c241cb5cfcd33ab902bc34e2db2d27b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from redbaron import RedBaron | |
import json | |
with open("the_unidiomatic_python_file.py", "r") as source_code: | |
red = RedBaron(source_code.read()) | |
red | |
del red[1] | |
red |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment