I try to list all the attributes of an object in Python pdb.
Let's say I want to list all the attributes and all methods of sys.stderr
.
How can I do that?
For pdb, you should be able to do p dir(a)
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With