Skip to content
Prev 22422 / 63424 Next

Caching bug with showMethods?

No, not a bug.

Inherited methods are never cached until they are needed, for rather 
obvious efficiency reasons. See ?showMethods, under argument inherited=

If what you were trying to do was find out what method would be called 
for class "B" without calling it, use selectMethod().
Seth Falcon wrote: