(self)
| 163 | |
| 164 | @test_util.enable_control_flow_v2 |
| 165 | def testMaxItersSimpleV2(self): |
| 166 | self._testMaxItersSimple() |
| 167 | |
| 168 | def _testNestedWhileLoopWithMaxItersFromOuterContext(self): |
| 169 | if is_compile_on_demand(): |
nothing calls this directly
no test coverage detected