Skip to contents

This function lists all methods of a class or an instance.

Usage

BASE$..methods..()

Value

A string vector.

Examples


BASE$..methods..()
#>  [1] "..str.."     "..len.."     "..new.."     "..repr.."    "del_attr"   
#>  [6] "has_attr"    "set_attr"    "get_attr"    "..dir.."     "..methods.."
#> [11] "..init.."    "instantiate"