Objectivitix

Results 2 comments of Objectivitix

I've had the same problems as well. I was messing around with dunders, and some raise `KeyError` where the attr definitely exists (I checked with `__dict__` and similar things). However,...

Also, other issues with the same format (cursing `__something__` fails) seem to be the same problem, but just more specific (cursing `__init__` fails, `__iter__` fails, etc)