get_func_args Returns a list of arguments for the function. Signature: def get_func_args(func: Callable[[Any], Any]) -> List[str]: ... Parameters: func: Type Callable[[Any], Any]