/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
servo
/
...
/
example
/
optcalc
/
..
README
Move ply and WebIDL into script_bindings (#43180)
5 месяцев назад
calc.py
Move ply and WebIDL into script_bindings (#43180)
5 месяцев назад
README
An example showing how to use Python optimized mode.
To run:
- First run 'python calc.py'
- Then run 'python -OO calc.py'
If working correctly, the second version should run the
same way.