https://github.com/dhellmann/whatthewhat
Launch a Google search for exceptions from Python apps
https://github.com/dhellmann/whatthewhat
Last synced: 11 months ago
JSON representation
Launch a Google search for exceptions from Python apps
- Host: GitHub
- URL: https://github.com/dhellmann/whatthewhat
- Owner: dhellmann
- License: apache-2.0
- Created: 2014-02-06T12:46:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T13:45:55.000Z (over 11 years ago)
- Last Synced: 2025-07-02T14:09:10.165Z (11 months ago)
- Language: Python
- Size: 330 KB
- Stars: 28
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. -*- mode: rst -*-
==============
What the What?
==============
Launch a Google search for exceptions from Python apps.
::
$ wtw ./tester.py
Searching for: TypeError unhashable type: 'list'
Traceback (most recent call last):
File Users/dhellmann/Envs/whatthewhat/bin/wtw line 10, in
sys.exit(main())
File Users/dhellmann/Devel/whatthewhat/whatthewhat/main.py line 65, in main
sys.argv,
File Users/dhellmann/Devel/whatthewhat/whatthewhat/execfile.py line 120, in run_python_file
exec_code_object(code, main_mod.__dict__)
File exec_function> line 2, in exec_code_object
File /tester.py line 7, in
f()
File /tester.py line 5, in f
return {['a', 'b']: ['c', 'd']}
TypeError: unhashable type: 'list'
Inspired by
===========
.. image:: https://github.com/dhellmann/whatthewhat/blob/master/tweets.png