mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
parent
dfad614321
commit
c3df1b1392
1 changed files with 2 additions and 2 deletions
|
@ -1999,8 +1999,8 @@ complicated).
|
|||
\methodline[numeric object]{__ixor__}{self, other}
|
||||
\methodline[numeric object]{__ior__}{self, other}
|
||||
These methods are called to implement the augmented arithmetic
|
||||
operations (\code{+=}, \code{-=}, \code{*=}, \code{/=}, \code{\%=},
|
||||
\code{**=}, \code{<<=}, \code{>>=}, \code{\&=},
|
||||
operations (\code{+=}, \code{-=}, \code{*=}, \code{/=}, \code{//=},
|
||||
\code{\%=}, \code{**=}, \code{<<=}, \code{>>=}, \code{\&=},
|
||||
\code{\textasciicircum=}, \code{|=}). These methods should attempt to do the
|
||||
operation in-place (modifying \var{self}) and return the result (which
|
||||
could be, but does not have to be, \var{self}). If a specific method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue