attr: teacher.__doc__
Project description
Teacher
This module is just a POC on how we could help newcomers better understand some exceptions.
This is just a POC, a full implementation is done by André Roberge at https://github.com/aroberge/friendly-traceback.
Demo
Importing teacher
in an REPL or at the top of a file enable it, like:
import teacher a = "Foo" b = "Bar" print(a * "bar")
Gives:
$ python test.py test.py:6: TypeError: can't multiply sequence by non-int of type 'str' You tried to multiply a by 'bar' which is not allowed, the sequence a can only be multiplied by an integer.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size teacher-0.0.2-py3-none-any.whl (2.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size teacher-0.0.2.tar.gz (2.2 kB) | File type Source | Python version None | Upload date | Hashes View |