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
### Keybase proof | |
I hereby claim: | |
* I am ali-bahjati on github. | |
* I am ali_behjati (https://keybase.io/ali_behjati) on keybase. | |
* I have a public key ASDsrqQ_jMD9ZU0lL5HtPUwLVIoZPhDKb66lBZunHz_bkgo | |
To claim this, I am signing this object: |
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
#!/usr/bin/env python3 | |
# Useful to format and see how nested function calls specially graphite expressions | |
# unquote is used to replace url-encoded expressions (useful when you inspect graphite query) | |
from urllib.parse import unquote | |
import sys | |
BASE_INDENT = 4 |