Re: Reflection [Pyobjc-dev] Altered classes
Brought to you by:
ronaldoussoren
From: Bob S. <bob...@ma...> - 2001-05-12 05:51:39
|
on 5/11/01 5:50 PM, Steven D. Majewski wrote: > The pyobjc runtime doesn't keep a list of methods, but, after > unmangling the python name to objc, it tests that the object > respondsToSelector: <...> > > I posted some notions earlier about adding more reflective abilities > to pyobjc. > Not sure how useful a comment this is, but you might want to take a look at Joy http://www.aaa-plus.com/ You can examine classes and instances and see what their methods are, and what the arguments and return values are. Bob |