File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/src/Classes/InitCallsSubclass Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ discourage external users of the library from overriding it and observing partia
2424</recommendation >
2525<example >
2626<p >In the following case, the `__init__` method of `Super` calls the `set_up` method that is overriden by `Sub`.
27- This results in `Sun.set_up` being called with a partially initialized instance of `Super` which may be unexpected.
27+ This results in `Sun.set_up` being called with a partially initialized instance of `Super` which may be unexpected. </ p >
2828<sample src =" InitCallsSubclassMethod.py" />
29- <p >In the following case, the initialization methods are separate between the superclass and the subclass.
29+ <p >In the following case, the initialization methods are separate between the superclass and the subclass.</ p >
3030</example >
3131<references >
3232
You can’t perform that action at this time.
0 commit comments