Every Python class keeps following built-in attributes and they can be accessed using dot (.) operator like any other attribute : classname• __dict__ : Dictionary containing the class’s namespace.
Every Python class keeps following built-in attributes and they can be accessed using dot (.) operator like any other attribute : classname• __dict__ : Dictionary containing the class’s namespace.