Lines Matching defs:value
18 def test_odd(value): argument
23 def test_even(value): argument
28 def test_divisibleby(value, num): argument
33 def test_defined(value): argument
50 def test_undefined(value): argument
55 def test_none(value): argument
60 def test_boolean(value): argument
68 def test_false(value): argument
76 def test_true(value): argument
85 def test_integer(value): argument
94 def test_float(value): argument
102 def test_lower(value): argument
107 def test_upper(value): argument
112 def test_string(value): argument
117 def test_mapping(value): argument
125 def test_number(value): argument
130 def test_sequence(value): argument
142 def test_sameas(value, other): argument
155 def test_iterable(value): argument
164 def test_escaped(value): argument
169 def test_in(value, seq): argument