|
|
|
|
|
by nephanth
1239 days ago
|
|
I think they meant that the underlying representation for most stuff is a dict. Global variables are stored in a dict (`vars()`). Unless you use slots, an object is essentially a dict Doesn't really disturb me because they're not used like a dict in practice though |
|