Wat – Deep inspection of Python objects

The WAT Inspector allows deep inspection of Python objects at runtime, perfect for those moments when you find yourself lost in the Python console, wondering “WAT?”. This powerful tool provides detailed information about object types, values, variables, methods, parent types, and even source code. Surprisingly, you don’t have to install anything to use it; simply run a code snippet in the Python interpreter to load Inspector Insta-Load on the fly. The tool’s name, “Wat,” is derived from the English word “what,” often used to express confusion or disgust.

https://github.com/igrek51/wat

To top