Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- why doesn't eclipse-python have magic refactor?
- #silly.py
- import sys
- if len(sys.argv) > 1:
- thisNowExists = True
- #1
- try:
- if thisNowExists:
- print("this existed before")
- except NameError:
- print("this _now_ exists")
- thisNowExists = True
Advertisement
Add Comment
Please, Sign In to add comment