mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
member = None is set before the if/else condition. In the else code, when member is set it is checked and if not-None it breaks out of the loop. If the code is still in the loop for sure member is None. Found by covscan. Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| codegen.py | ||
| demarshal.py | ||
| Makefile.am | ||
| marshal.py | ||
| meson.build | ||
| ptypes.py | ||
| spice_parser.py | ||