mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
parent
4a0e14730b
commit
9bd8af788d
3 changed files with 14 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ magic_methods = (
|
|||
)
|
||||
|
||||
numerics = (
|
||||
"add sub mul div floordiv mod lshift rshift and xor or pow truediv"
|
||||
"add sub mul matmul div floordiv mod lshift rshift and xor or pow truediv"
|
||||
)
|
||||
inplace = ' '.join('i%s' % n for n in numerics.split())
|
||||
right = ' '.join('r%s' % n for n in numerics.split())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue