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.
|
2 | added 6 characters in body | ||
|
|
||||
|
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. |
||||
