stringjax_tools.jit.jit_with_dynamic_static_args#
- jit_with_dynamic_static_args(func)#
JIT
funcwhile deciding static positional arguments at call time.This is convenient for diagnostics and prototypes, but production code should prefer
jit_with_static_args()with explicitstatic_argnumsbecause changing static positions can cause repeated compilation.- Return type:
Callable[...,Any]