Lines Matching refs:bool
14 def test_odd(value: int) -> bool:
19 def test_even(value: int) -> bool:
24 def test_divisibleby(value: int, num: int) -> bool:
29 def test_defined(value: t.Any) -> bool:
46 def test_undefined(value: t.Any) -> bool:
52 def test_filter(env: "Environment", value: str) -> bool:
70 def test_test(env: "Environment", value: str) -> bool:
91 def test_none(value: t.Any) -> bool:
96 def test_boolean(value: t.Any) -> bool:
104 def test_false(value: t.Any) -> bool:
112 def test_true(value: t.Any) -> bool:
121 def test_integer(value: t.Any) -> bool:
130 def test_float(value: t.Any) -> bool:
138 def test_lower(value: str) -> bool:
143 def test_upper(value: str) -> bool:
148 def test_string(value: t.Any) -> bool:
153 def test_mapping(value: t.Any) -> bool:
161 def test_number(value: t.Any) -> bool:
166 def test_sequence(value: t.Any) -> bool:
179 def test_sameas(value: t.Any, other: t.Any) -> bool:
192 def test_iterable(value: t.Any) -> bool:
202 def test_escaped(value: t.Any) -> bool:
207 def test_in(value: t.Any, seq: t.Container) -> bool: