This function returns all names in the environment.
Value
A vector of string.
Examples
BASE$..dir..()
#> [1] "..mro.." "..str.." "..len.." "..class.."
#> [5] "..new.." "..repr.." "del_attr" "has_attr"
#> [9] "set_attr" "get_attr" "..type.." "..dir.."
#> [13] "..methods.." "..method_env.." "..init.." "..instantiated.."
#> [17] "..class_tree.." "instantiate"
# Instantiate
test <- BASE$instantiate()
test$..dir..()
#> [1] "..mro.." "..str.." "..len.." "..class.."
#> [5] "..new.." "has_attr" "del_attr" "..repr.."
#> [9] "set_attr" "..type.." "get_attr" "..dir.."
#> [13] "..methods.." "..method_env.." "..instantiated.." "..init.."
#> [17] "..init_call.." "..class_tree.."