Files
python-uncompyle6/test/simple_source/expression/02_true_divide.py
2017-11-22 19:13:21 -05:00

5 lines
137 B
Python

# Tests BINARY_TRUE_DIVIDE and INPLACE_TRUE_DIVIDE
from __future__ import division # needed on 2.6 and 2.7
x = len(__file__) / 1
x /= 1