#' Description for the function.
#' 
#' 
#' 
#' @param arg1 First argument.
#' @param arg2 Second argument.
#' @param arg3 Third argument.
#' @param arg4 Fourth argument. Returns: `Some` object. Raises:
#' 
#' @return `Some` object. Raises: ValueError: if something bad happens.
#' 
#' @section Raises:
#' ValueError: if something bad happens.
#' 
#' @export
test_py_function_wrapper <- function(arg1, arg2 = 2L, arg3 = c(1L, 2L), arg4 = list(1L, 2L)) {
  test$test_py_function_wrapper(
    arg1 = arg1,
    arg2 = arg2,
    arg3 = arg3,
    arg4 = arg4
  )
}
