MCPcopy Create free account
hub / github.com/dagger/dagger / test_is_nullable

Function test_is_nullable

sdk/python/tests/mod/test_utils.py:29–30  ·  view source on GitHub ↗
(typ, expected)

Source from the content-addressed store, hash-verified

27 ],
28)
29def test_is_nullable(typ, expected):
30 assert is_nullable(TypeHint(typ)) == expected
31
32
33@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

is_nullableFunction · 0.90

Tested by

no test coverage detected