uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

The function methodnames() doesn't report all methods available to a class. #459

Open StephenWampler opened 1 week ago

StephenWampler commented 1 week ago

The function methodnames() doesn't trace back through superclasses to find inherited methods that are visible to a class, So it doesn't correctly report the names of all methods callable on a class.