1 2 3 4 5 6
#' @export `$.{{ type_name }}` <- function(self, name) { func <- {{ type_name }}[[name]] environment(func) <- environment() func }