Skip to contents

This function returns all names in the environment.

Usage

BASE$..dir..()

Value

A vector of string.

Examples


BASE$..dir..()
#>  [1] "..doc_pkg.."      "..mro.."          "..str.."          "..len.."         
#>  [5] "..class.."        "..new.."          "..repr.."         "del_attr"        
#>  [9] "has_attr"         "set_attr"         "get_attr"         "..type.."        
#> [13] "..dir.."          "..methods.."      "..method_env.."   "..init.."        
#> [17] "..instantiated.." "..class_tree.."   "instantiate"     

# Instantiate
test <- BASE$instantiate()
test$..dir..()
#>  [1] "..doc_pkg.."      "..mro.."          "..str.."          "..len.."         
#>  [5] "..class.."        "..new.."          "has_attr"         "del_attr"        
#>  [9] "..repr.."         "set_attr"         "..type.."         "get_attr"        
#> [13] "..dir.."          "..methods.."      "..method_env.."   "..instantiated.."
#> [17] "..init.."         "..init_call.."    "..class_tree.."