The name of the parameter
Optional
typeThe type annotation for the parameter
Optional
default_The default value for the parameter
Optional
isWhether this is a keyword-only parameter (after *)
Optional
isWhether this is a positional-only parameter (before /)
Optional
isWhether this is a variable positional parameter (*args)
Optional
isWhether this is a variable keyword parameter (**kwargs)
Configuration arguments for creating a Python parameter.