mozjs_sys 0.67.1

System crate for the Mozilla SpiderMonkey JavaScript engine.
1
2
3
4
5
from __future__ import absolute_import, print_function

import sys
print("this is a newline")
sys.stdout.write("this has NO newline")