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

Method test_poly_trivial_free

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

Source from the content-addressed store, hash-verified

123 )
124
125 def test_poly_trivial_free(self) -> None:
126 self.assert_solve(
127 [self.fx.t, self.fx.u],
128 [self.subc(self.fx.t, self.fx.a)],
129 [self.fx.a, self.fx.u],
130 [self.fx.u],
131 allow_polymorphic=True,
132 )
133
134 def test_poly_free_pair(self) -> None:
135 self.assert_solve(

Callers

nothing calls this directly

Calls 2

assert_solveMethod · 0.95
subcMethod · 0.95

Tested by

no test coverage detected