Module function_parameters

Source

Functions§

count_params
Obtains the number of parameters in a function.
get_first_param
Retrieves the first parameter of a function.
get_last_param
Retrieves the last parameter of a function.
get_next_param
Retrieves the next parameter in a function’s parameter list.
get_param
Retrieves a specific parameter of a function by index.
get_param_parent
Retrieves the parent function of a given argument.
get_params
Retrieves the parameters of a function.
get_previous_param
Retrieves the previous parameter in a function’s parameter list.
set_param_alignment
Sets the alignment for a function parameter.