You are here : python_3Built-in Functionsvars

vars() - Built-in Functions

Return the __dict__ attribute for a module, class, instance,
or any other object with a __dict__ attribute.


Syntax

vars([object])


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference