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