[Pyobjc-dev] NSUndoManager.prepareWithInvocationTarget_
Brought to you by:
ronaldoussoren
From: David E. <epp...@ic...> - 2002-12-30 00:17:48
|
Should NSUndoManager.prepareWithInvocationTarget_(x).some_Method_(arg,arg) work (where x is any object and some_Method_ is a selector handled by x)? When I tried it I got an error about no such attribute "some_Method_", I guess on the Python side, before it hit the ObjC forwardInvocation: handling of unknown methods. -- David Eppstein UC Irvine Dept. of Information & Computer Science epp...@ic... http://www.ics.uci.edu/~eppstein/ |