For more information on the search, visit the help page.
PContext
interpreter
Constants
Exceptions
Interpreter
SExprParser
Types
acme.helpers.interpreter.PContext
acme
helpers
Process context for a single script. This is the main runtime object for the interpreter.
To run a script, create a PContext object, and call its run() method.
run()