|
@@ -5,8 +5,7 @@ class JitCompilationFailedException(Exception):
|
|
|
pass
|
|
|
|
|
|
def call_function(function_id, named_arguments, **kwargs):
|
|
|
- """Makes the interpreter run the function with the given id with the specified
|
|
|
- argument dictionary."""
|
|
|
+ """Runs the function with the given id, passing it the specified argument dictionary."""
|
|
|
user_root = kwargs['user_root']
|
|
|
kernel = kwargs['mvk']
|
|
|
body_id, = yield [("RD", [function_id, "body"])]
|