Re: [Pyobjc-dev] More on integer values
Brought to you by:
ronaldoussoren
From: David E. <epp...@ic...> - 2003-02-03 07:59:16
|
On 2/3/03 8:13 AM +0100 Ronald Oussoren <ous...@ci...> wrote: > Not too hard. There are (at least) two possible solutions: > > - David could use objc.selector to specify a signature that is more to > its liking (e.g. one of the arguments is an int instead of an object). > I don't really like this, mostly because of the arcane interface of > selector() Rather than do that, I could (what I'm doing now) use int() to convert the type back to what I want. So this isn't an issue that's preventing me from getting anything done; it's more in the nature of a rough edge that it would be nice to smooth off before it confuses too many other people. -- David Eppstein UC Irvine Dept. of Information & Computer Science epp...@ic... http://www.ics.uci.edu/~eppstein/ |