Files
TencentOS-tiny/components/language/micropython/tests/basics/class_inplace_op2.py.exp
2022-09-29 12:10:37 +08:00

13 lines
126 B
Plaintext

__imul__
__imatmul__
__ifloordiv__
__itruediv__
__imod__
__ipow__
__ior__
__ixor__
__iand__
__ilshift__
__irshift__
TypeError