Re: [Pyobjc-dev] PyObjcC class method swizzling
Brought to you by:
ronaldoussoren
From: Aahz <aa...@py...> - 2009-09-20 17:14:25
|
On Sun, Sep 20, 2009, Lukas Pitschl | Dressy Vagabonds wrote: > > Instance method or class method swizzling is basically the idea of > replacing an existing class/instance method implementation with your > own implementation, however differently from using categories, since > the original implementation should be preserved to later use it in > your own implementation of the mehtod. How is this different from proxying or monkey-patching? -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ "I won't accept a model of the universe in which free will, omniscient gods, and atheism are simultaneously true." --M |