Lines Matching refs:Any
29 def test_defined(value: t.Any) -> bool: argument
46 def test_undefined(value: t.Any) -> bool: argument
91 def test_none(value: t.Any) -> bool: argument
96 def test_boolean(value: t.Any) -> bool: argument
104 def test_false(value: t.Any) -> bool: argument
112 def test_true(value: t.Any) -> bool: argument
121 def test_integer(value: t.Any) -> bool: argument
130 def test_float(value: t.Any) -> bool: argument
148 def test_string(value: t.Any) -> bool: argument
153 def test_mapping(value: t.Any) -> bool: argument
161 def test_number(value: t.Any) -> bool: argument
166 def test_sequence(value: t.Any) -> bool: argument
179 def test_sameas(value: t.Any, other: t.Any) -> bool: argument
192 def test_iterable(value: t.Any) -> bool: argument
202 def test_escaped(value: t.Any) -> bool: argument
207 def test_in(value: t.Any, seq: t.Container) -> bool: argument