[Python-Dev] Re: string-valued fget/fset/fdel for properties

David Eppstein eppstein at ics.uci.edu
Mon Nov 24 21:12:41 EST 2003


In article <200311250038.hAP0cLc03924 at oma.cosc.canterbury.ac.nz>,
 Greg Ewing <greg at cosc.canterbury.ac.nz> wrote:

> > OTOH I hate seeing name references inside string quotes, because it
> > complicates reference checking by tools like PyChecker
> 
> Oh, dear... you're going to like some of the other tricks
> I'm pulling in PyGUI even less, then...

Name references inside string quotes are also a standard part of PyObjC 
(used to represent an objective-C "selector" i.e. a method name that has 
not yet been bound to an object type).

-- 
David Eppstein                      http://www.ics.uci.edu/~eppstein/
Univ. of California, Irvine, School of Information & Computer Science




More information about the Python-Dev mailing list