diff options
author | sagudev <16504129+sagudev@users.noreply.github.com> | 2023-02-19 13:38:01 +0100 |
---|---|---|
committer | sagudev <16504129+sagudev@users.noreply.github.com> | 2023-02-19 13:38:01 +0100 |
commit | 2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6 (patch) | |
tree | 47b5a96cbdbdeada8f143d299a91c16a0ea7822f /components/script/dom/bindings/codegen/ply/example/optcalc/README | |
parent | 4d393612b49343b141acdbe5a0b5dd7acc43eb65 (diff) | |
download | servo-2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6.tar.gz servo-2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6.zip |
Update ply
Diffstat (limited to 'components/script/dom/bindings/codegen/ply/example/optcalc/README')
-rw-r--r-- | components/script/dom/bindings/codegen/ply/example/optcalc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/components/script/dom/bindings/codegen/ply/example/optcalc/README b/components/script/dom/bindings/codegen/ply/example/optcalc/README new file mode 100644 index 00000000000..53dd5fcd559 --- /dev/null +++ b/components/script/dom/bindings/codegen/ply/example/optcalc/README @@ -0,0 +1,9 @@ +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. |