Python: Apply suggestions from code review

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-10-11 09:34:15 +02:00
committed by GitHub
parent a50b193c40
commit 1552c108b0

View File

@@ -1,3 +1,3 @@
lgtm,codescanning
* Added data-flow from `x` in both `x or y` and `x and y`, as described in the
* Added data-flow from both `x` and `y` to `x or y` and `x and y`, as a slight over-approximation of what is described in the
[Python Language Reference](https://docs.python.org/3/reference/expressions.html#boolean-operations).