list getMethodList(object obj)
Returns a list of strings of the names of the methods of the class of the object passed as a paramete...
any call_pseudo_args(any val, string meth, *softlist argv)
calls a pseudo-method on the given value with arguments given as a list
any callObjectMethodArgs(object obj, string method, *softlist varg)
Calls a method of an object, using the optional third argument as the argument list to the method...
list list(...)
Returns a list of the arguments passed at the top level.
any callObjectMethod(object obj, string method,...)
Calls a method of an object, passing the remainder of the arguments to the function as arguments to t...
any call_pseudo(any val, string meth,...)
calls a pseudo-method on the given value