Variables | |
| string | BOUNDARY_MARKER = "---------------------------72288400411964641492083565382" | 
| tuple | request = urllib2.Request(url=URL_SHRINK_SAFE) | 
| Create the request replicating posting of the form from the web page.   | |
| tuple | sourceCode = sys.stdin.read() | 
| list | sourceFilename = sys.argv[1] | 
| Grab the source code.   | |
| string | URL_SHRINK_SAFE = "http://shrinksafe.dojotoolkit.org/shrinksafe.php" | 
| string shrinksafe::BOUNDARY_MARKER = "---------------------------72288400411964641492083565382" | 
Definition at line 25 of file shrinksafe.py.
| tuple shrinksafe::request = urllib2.Request(url=URL_SHRINK_SAFE) | 
Create the request replicating posting of the form from the web page.
Definition at line 42 of file shrinksafe.py.
| tuple shrinksafe::sourceCode = sys.stdin.read() | 
Definition at line 36 of file shrinksafe.py.
| string shrinksafe::sourceFilename = sys.argv[1] | 
Grab the source code.
Definition at line 30 of file shrinksafe.py.
| string shrinksafe::URL_SHRINK_SAFE = "http://shrinksafe.dojotoolkit.org/shrinksafe.php" | 
Definition at line 22 of file shrinksafe.py.