Files
python-uncompyle6/test/simple_source/expression/02_true_divide.py

5 lines
136 B
Python

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