PydObject.divmod

Equivalent to divmod(this, o) for numbers, and this.divmod(o) otherwise.

class PydObject
divmod

See Also

Meta