[Pyobjc-dev] Class and instance methods of the same name
Brought to you by:
ronaldoussoren
From: Greg E. <gre...@ca...> - 2010-04-21 09:39:04
|
The NSGraphicsContext class has class methods called saveGraphicsState and restoreGraphicsState which can't be called from Python, because there are also instance methods with the same names, and PyObjC complains that you haven't supplied a 'self' argument. Is there some other way of calling the class versions of these methods? -- Greg |