Equivalent to divmod(this, o) for numbers, and this.divmod(o) otherwise.
<a href="http://docs.python.org/library/functions.html#divmod"> divmod </a>
See Implementation
Equivalent to divmod(this, o) for numbers, and this.divmod(o) otherwise.