Improve type error messages when an object is given From now on, we always display the given object's type instead of just reporting "object". Additionally, make the format of return typ
Improve type error messages when an object is given From now on, we always display the given object's type instead of just reporting "object". Additionally, make the format of return type errors match the format of argument errors. Closes GH-5625
show more ...
|