Module pyo3_macros_backend::params
source · [−]Functions
Determine if the function gets passed a *args tuple or **kwargs dict.
Re option_pos: The option slice doesn’t contain the py: Python argument, so the argument index and the index in option diverge when using py: Python
Return true if the argument list is simply (*args, **kwds).