Home | History | Annotate | only in /external/ply/ply/example/optcalc
Up to higher level directory
NameDateSize
calc.py21-Aug-20182.5K
README21-Aug-2018195

README

      1 An example showing how to use Python optimized mode.
      2 To run:
      3 
      4   - First run 'python calc.py'
      5 
      6   - Then run 'python -OO calc.py'
      7 
      8 If working correctly, the second version should run the
      9 same way.
     10