question about node collection #13011
-
Why do we need to get dict from parent class? dict is already already loaded from parent object Line 392 in b938e70 and in which cases there are possible duplicates for seen? |
Beta Was this translation helpful? Give feedback.
Answered by
RonnyPfannschmidt
Nov 29, 2024
Replies: 1 comment
-
Some testsuites use subclasses that override some tests The only save way is to walk the dicts of the complete mro and taking overrides into account |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tusenka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some testsuites use subclasses that override some tests
The only save way is to walk the dicts of the complete mro and taking overrides into account