pykot/jsystem

Search:
Group by:

Mimicking Python's sys module to some extent.

To avoid confusion with the system module from the stdlib, it's called jsystem, which stands for "jabba's system" module.

Vars

sys: JabbaSys = (argv: getArgv())

Mimics Python's sys.argv. It contains the file name and the parameters, just like in C or Python.

sys.argv can be modified in Python, that's why it's a var.