SyntaxFix
Write A Post
Hire A Developer
Questions
Suggest
>>> print vars.__doc__ vars([object]) -> dictionary Without arguments, equivalent to locals(). With an argument, equivalent to object.__dict__.
In otherwords, it essentially just wraps __dict__