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

Method test_del_statement

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

Source from the content-addressed store, hash-verified

304 self.check_ast_roundtrip("b'foo'")
305
306 def test_del_statement(self):
307 self.check_ast_roundtrip("del x, y, z")
308
309 def test_shifts(self):
310 self.check_ast_roundtrip("45 << 2")

Callers

nothing calls this directly

Calls 1

check_ast_roundtripMethod · 0.80

Tested by

no test coverage detected