Lines Matching refs:Any
29 def test_defined(value: t.Any) -> bool:
46 def test_undefined(value: t.Any) -> 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:
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: