get_function_positional_arguments
faststream.utils.functions.get_function_positional_arguments #
Get the positional arguments of a function.
PARAMETER | DESCRIPTION |
---|---|
func | The function to get the positional arguments from. TYPE: |
RETURNS | DESCRIPTION |
---|---|
List[str] | A list of strings representing the names of the positional arguments. |
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
Source code in faststream/utils/functions.py
Last update: 2023-11-13