inspect — Easy Playground
Inspect live objects: source code, signatures, class hierarchies
Python Playground
Output
Click "Run" to execute your codeThe inspect module is part of Python's standard library. Inspect live objects: source code, signatures, class hierarchies.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?