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

Method test_shifts

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

Source from the content-addressed store, hash-verified

307 self.check_ast_roundtrip("del x, y, z")
308
309 def test_shifts(self):
310 self.check_ast_roundtrip("45 << 2")
311 self.check_ast_roundtrip("13 >> 7")
312
313 def test_for_else(self):
314 self.check_ast_roundtrip(for_else)

Callers

nothing calls this directly

Calls 1

check_ast_roundtripMethod · 0.80

Tested by

no test coverage detected