show/hide this revision's text 2 added 6 characters in body

As far as I know, Python classes use dictionaries to store their attributes anyway (that's hidden from the user)programmer), so it looks to me that what you've done there is effectively emulate a Python class... using a python class.

show/hide this revision's text 1

As far as I know, Python classes use dictionaries to store their attributes anyway (that's hidden from the user), so it looks to me that what you've done there is effectively emulate a Python class... using a python class.