On Feb 12, 2006, at 2:27, Jonathan Worthington wrote:
This problem would go away if I had a way of doing a find_global or findmethod but also specifying the types that make up the signature.
The sequence of: set_args '(...)', ... f = find_name 'func' should exactly do, what you need. See also src/global.c:218. leo