|
|
1 NAME 2 function_object - find a function in an object 3 4 SYNOPSIS 5 string function_object(string function, object obj) 6 7 8 DESCRIPTION 9 Find the named function, which must be callable with call_other(), 10 in an object. If the function is found, the name of the inherited 11 object that defines it is returned; otherwise, nil is returned. 12 13 SEE ALSO 14 kfun/call_other