More powerful alternative to the built-in dir() and help() functions
Intended to be used in the Python REPL (e.g. while debugging with pdb)
Some of its functionality is probably available in your IDE (e.g. seeing a function’s signature and docstring, going to the source code definition of an object, inspecting variables at breakpoints while debugging, etc)
What can it do that an IDE can’t?
confirming the type via wat.short — better result than IDE type inference? same?