Questions tagged [meaningful-errors]
1 questions
1
vote
2 answers
How to raise meaningful import errors from users' casing typos?
Given a library that allows this import:
from thislibrary import FooBar
Is there a way to figure out the casing of the characters in FooBar?
Motivation: This is because users of thislibrary usually misspell the object and does
from thislibrary…

alvas
- 115,346
- 109
- 446
- 738