[Pyobjc-dev] setVerbose()
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-01-02 05:02:20
|
The objc.setVerbose() "feels" like maybe it ought to be pushed down into a namespace of some kind. Namely, if I do... from objc imoprt * ... then setVerbose() is defined in the local namespace. setVerbose() is a potentially fairly common, non-ObjC specific, name. Maybe prefixing all bridge specific configuration functionality with pyobjc_? I.e. like objc_lookUpClass(), we have pyobjc_setVerbose()? b.bum |