Created
February 7, 2015 14:57
-
-
Save jarekdziedzic/a1952da2d078b5a955c3 to your computer and use it in GitHub Desktop.
Python
This file contains hidden or 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
#breakpoint in the code: | |
import ipdb; ipdb.set_trace() | |
#print local variable names: | |
locals().keys() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment