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

Method test_for_else

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

Source from the content-addressed store, hash-verified

311 self.check_ast_roundtrip("13 >> 7")
312
313 def test_for_else(self):
314 self.check_ast_roundtrip(for_else)
315
316 def test_while_else(self):
317 self.check_ast_roundtrip(while_else)

Callers

nothing calls this directly

Calls 1

check_ast_roundtripMethod · 0.80

Tested by

no test coverage detected