We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3624621 commit 725f54cCopy full SHA for 725f54c
python_utils/walrus_operator/walrus_operator.py
@@ -66,24 +66,3 @@ def starts_with_b(name):
66
67
any(starts_with_b(city) for city in cities)
68
all(starts_with_b(city) for city in cities)
69
-
70
71
72
73
74
75
76
77
78
79
80
81
82
-number = 42
83
84
-validation_conditions = (
85
- isinstance(number, int),
86
- number % 2 == 0,
87
-)
88
89
-all(validation_conditions)
0 commit comments