Bases: numba.wrapping.compiler.Compiler
Bases: object
Compile the Python function with the given signature
Bases: numba.wrapping.compiler.Compiler
Bases: numba.wrapping.compiler.Compiler
Given an autojitting numba function, return the argument types. These need to be resolved in order for the function cache to work.
TODO: have a single entry point that resolves the argument types!