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