#2453: handle external modification of a class [resolved]
#2453 - latest update on 2008/10/01, created on 2006/10/13 by Sylvain Thenault
| priority | normal |
| type | story |
| load | 0.750 |
| load left | 0.000 |
for instance
def new_class_method(self, blabla):
XXXX
classe.new_method = new_class_method
should add new_method to classe's dict. This has to be handled with care since :
* when one is looking a class, it may find local statements which are not in the same class / module
* bootstrap problem
|
| |