On Jul 10, 10:39 am, Jean-Michel Pichavant
wrote:
> Greetings,
>
> Sorry for the dubious title :o). I was wandering if there is a standard
> (or reliable) python module that implements the following feature:
>
> http://code.activestate.com/recipes/198078/
> >>>Recipe 198078: Wrapping method calls
Greetings,
Sorry for the dubious title :o). I was wandering if there is a standard
(or reliable) python module that implements the following feature:
http://code.activestate.com/recipes/198078/
>>>Recipe 198078: Wrapping method calls (meta-class example)
>>>
>>>A metaclass is used to wrap all