#dynamic-manipulation

[ follow ]
Python
fromRealpython
4 months ago

Using Python's .__dict__ to Work With Attributes Quiz - Real Python

The .__dict__ attribute allows dynamic manipulation and introspection of an object's attributes in Python.
[ Load more ]