You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add the same marker at different code levels (module, class, function) the args of the combined marker will be taken from the "closest" marker and the kwargs from the "farthest" marker.
thats "expected" behaviour due to mark combination - it can be worked around by iterating the markinfo object to get indivudial marker instances that are noncombined
this is part of the ongoing mark issues
there is a plan to provide a api thats not as broken but it needs time to implement
If I add the same marker at different code levels (module, class, function) the args of the combined marker will be taken from the "closest" marker and the kwargs from the "farthest" marker.
Example Test
Result
The text was updated successfully, but these errors were encountered: