tooluniverse.tools.get_numba_info moduleΒΆ get_numba_info Get comprehensive information about Numba β JIT compiler for Python tooluniverse.tools.get_numba_info.get_numba_info(info_type, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ Get comprehensive information about Numba β JIT compiler for Python Parameters: info_type (str) β Type of information to retrieve about Numba stream_callback (Callable, optional) β Callback for streaming output use_cache (bool, default False) β Enable caching validate (bool, default True) β Validate parameters Return type: Any