This function a is wrapper around the function PyRun_SimpleString from the Python C API. Note that, unlike rs, it has no return value.
i1 : runSimpleString "print('Hello, world!')" |
The object runSimpleString is a compiled function.