Closed jrg94 closed 3 years ago
I am not sure what to do about this yet, but I was thinking about subclassing dictionary OR adding subscript capabilities (if possible).
Seems subclassing dict is a pain. I'm going to just implement getitem: https://blog.finxter.com/python-typeerror-nonetype-object-is-not-subscriptable/
I am not sure what to do about this yet, but I was thinking about subclassing dictionary OR adding subscript capabilities (if possible).