Python Class __div__ issue

Python 3.x uses __truediv__ and __floordiv__. __div__ is 2.x-only.

Leave a Comment