MCPcopy Index your code
hub / github.com/python/mypy / test_poly_no_constraints

Method test_poly_no_constraints

mypy/test/testsolve.py:117–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 )
116
117 def test_poly_no_constraints(self) -> None:
118 self.assert_solve(
119 [self.fx.t, self.fx.u],
120 [],
121 [self.fx.a_uninhabited, self.fx.a_uninhabited],
122 allow_polymorphic=True,
123 )
124
125 def test_poly_trivial_free(self) -> None:
126 self.assert_solve(

Callers

nothing calls this directly

Calls 1

assert_solveMethod · 0.95

Tested by

no test coverage detected