Python Programming Training Certification
Flexible Hours
100 Assignments
Instructor Led online Training
50 LMS Access
24X7 Support
100% Skill Level
Enquire Now
Course Overview
Python vars() Function
Python vars() function returns the __dict__ attribute of the given object.
Signature
- vars(object)
Parameters
object (optional): It is an object and can be a module, class, instance, or any other object having __dict__ attribute.
Return
It returns the __dict__ attribute of the given object. If any object fails to match the attribute, it raises a TypeError exception.
Python vars() Function Example 1
The below example shows the working of vars().
- class Python:
def __init__(self, x = 7, y = 9):
self.x = x
self.y = yInstanceOfPython = Python()
print(vars(InstanceOfPython))
Output:
- {‘y’: 9, ‘x’: 7}
Explanation: In the above example, we define a class named as Python and made InstanceOfPython of Python class and in return, it prints the __dict__ attribute of the x and y object.
Candidate’s Journey During Our Training Program
Expert’s Advice & Selection of Module
Choosing the right type of module for the training is half the battle & Our Team of experts will help & guide you.
Get Trained
Get Trained & Learn End to End Implementation from our Expert Trainer who are working on the same domain.
Work on Projects
We Do make our student’s work on multiple case studies , scenario based tasks & projects in order to provide real-time exposure to them.
Placements
We have a dedicated placement cell in order to provide placement assistance & relevant interviews to our candididates till selection
Placement Partner