![Python vars()](/commons/Python vars().png)
Python vars()
The vars() is a built-in python function that returns the \_\_dict\_\_ attribute of an object.
The vars() is a built-in python function that returns the \_\_dict\_\_ attribute of an object.
The type() is a built-in function of python that returns the type of given object.
The tuple() is a built-in function of python that is used to create a tuple in python.
The super() is a built-in python function that gives access to methods and properties of a parent or sibling class object.
The sum() is a built-in python function which sums all the items of a given iterable.
The str() is a built-in python function that converts a given value into a string.
The staticmethod() is a built-in python function that returns a static method of a given function.
The sorted() is a built-in python function that returns a sorted list of the given iterable object.
The slice() is a built-in python function that slice the given object.(List, String, etc)
The python setattr() functions set the specific value of the specified attribute of the object.