Name

__ipow__

Synopsis

__ipow__(self,other)

Augmented assignment x **= y calls x .__ipow__( y ). __ipow__ should modify x in-place and return self.

Get Python in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.