logilab-astng #2453 handle external modification of a class [resolved]
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 | |
priority | normal |
---|---|
type | enhancement |
done in | 0.17.0 |
load | 0.750 |
load left | 0.000 |
closed by | <not specified> |
similar entities
- pylint #9188 Avoidable W0631
- pylint #2463 W0631 false positive when we are sure to do at least one iteration
- pylint #4024 W0631 false positive if a "else" clause is defining the loop variable
- logilab-astng #3291 failure of inference on overloaded operators
- logilab-astng #9515 strange message for non-class "Class baz has no egg member"
[see all]