get_arg_default_name
FunctionSource
v_1: str = get_arg_default_name(val: Any)
Format the given value as a string that can be used as the default field of a function argument (DocFunction).
Arguments
Requires
| Name | Type | Required | |
|---|---|---|---|
val | Any | The value to be checked. |
Returns
| Name | Type | |
|---|---|---|
v_1 | str | The value that can be filled as the default value of a function argument. If it is empty, the argument does not have the default configuration. |