What does the .__dict__ attribute in objects and classes represent?
.__dict__
Select one:
A dictionary mapping attribute names to values and method names to method objects
A copy of the global namespace
Only methods defined on the class, not attributes
A list of all attributes in definition order
Hint
Think “namespace”: names to things they refer to.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?