DispatcherRJIT.call#
- DispatcherRJIT.call(fullname, arguments)#
Call JIT compiled function
- Parameters:
fullname (str) – Specify the full name of the function that is in form “<name><mangled signature>”
arguments (tuple) – Specify the arguments to the function.
- Return type:
Data