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