Hi Emmanuel, 

Just a brief answer for now: recursive_monkey_patch is about structuring the 
source code when you have a bunch of methods / classes that you want to monkey 
patch. But the monkey patching itself happens exactly as you did by hand, or as 
Andrew's decorator does: just assigning the method to the class. So it's not 
going to help for your problem of patching a Cython class, sorry. 

Cheers, 
Nicolas 

----- Mail original -----

De: "Emmanuel Charpentier" <emanuel.charpent...@gmail.com> 
À: "sage-devel" <sage-devel@googlegroups.com> 
Envoyé: Samedi 8 Octobre 2016 21:18:46 
Objet: [sage-devel] To the attention of Nicolas M Thiéry 
(recursive-monkey-patch) 

Ncolas, 

Could you have a look at this thread in sage-support ? I'm trying to use your 
recursive-monkey-patch module, but can't make head or tail from your 
instructions. 

Thanks in advance, 

-- 
Emmanuel Charpentier 



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group. 
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com . 
To post to this group, send email to sage-devel@googlegroups.com . 
Visit this group at https://groups.google.com/group/sage-devel . 
For more options, visit https://groups.google.com/d/optout . 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to