MCPcopy Index your code
hub / github.com/python/cpython / test_while_else

Method test_while_else

Lib/test/test_unparse.py:316–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 self.check_ast_roundtrip(for_else)
315
316 def test_while_else(self):
317 self.check_ast_roundtrip(while_else)
318
319 def test_unary_parens(self):
320 self.check_ast_roundtrip("(-1)**7")

Callers

nothing calls this directly

Calls 1

check_ast_roundtripMethod · 0.80

Tested by

no test coverage detected