SyntaxFix
Write A Post
Hire A Developer
Questions
If you're in a situation like @Keith you could try:
print(a.__dict__)
It goes against what I would consider good style but if you're just trying to debug then it should do what you want.