Ask a question to get started
Enter to sendā¢Shift+Enter new line
get_function_first_arg_dict_keys( func: Callable[..., Any], ) -> list[str] |
func
Callable[..., Any]
Get the keys of the first argument of a function if it is a dict.
The function to check.