Files
python-uncompyle6/test/simple_source/bug25/01_inplace_true_divide.py
2017-11-27 19:45:24 -05:00

5 lines
92 B
Python

# Force INPLACE_TRUE_DIVIDE opcode
from __future__ import division
x = len(__file__)
x /= 2