i removed the absurdly long bit that reimplemented...
# development
a
i removed the absurdly long bit that reimplemented default arguments after learning you can just set
__new__.__defaults__
so the extra 500 lines is almost all in
objects.py
and
test_objects.py