GUI speed
Wolfgang Strobl
wks000 at t-online.de
Sat Jan 11 15:49:42 EST 2003
More information about the Python-list mailing list
Sat Jan 11 15:49:42 EST 2003
- Previous message (by thread): GUI speed
- Next message (by thread): pickle and weakref
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Erik Max Francis <max at alcyone.com>: >Steve Hunt wrote: > >> Well that's not really what qua means. It means "in the role of". > >And it's one of those fancy Latin words that's only used in very limited >circumstances. The only uses I've seen are _sine qua non_ ("without >which, not") and _X qua X_ (with X being the same word both before and >after). There is a qua clause in Simula 67, a kind of class cast, so to speak. <ref expr> qua <class name> first asserts that <ref expr> is indeed a valid reference of an instance of <class name> or a subclass of <class name>, and then returns an expression of type ref(name). In combination with inspect it allowes late binding in an otherwise statically typed language. -- Thank you for observing all safety precautions
- Previous message (by thread): GUI speed
- Next message (by thread): pickle and weakref
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list