IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
646 stars 62 forks source link

Example of using jitted_function.py_func() for tests. #886

Closed PokhodenkoSA closed 2 years ago

PokhodenkoSA commented 4 years ago

This PR shows that it is possible to get Python function from jitted function via .py_func(). It could be used in tests. Additional variable to storing jitted function (like hpat_func) will not be required.