Searched refs:check_src_roundtrip (Results 1 – 1 of 1) sorted by relevance
138 def check_src_roundtrip(self, code1, code2=None): member in ASTTestCase365 self.check_src_roundtrip(ast.Constant(value=(1,), kind=None), "(1,)")366 self.check_src_roundtrip(414 self.check_src_roundtrip("(a := b)")415 self.check_src_roundtrip("await x")416 self.check_src_roundtrip("x if x else y")417 self.check_src_roundtrip("lambda x: x")418 self.check_src_roundtrip("1 + 1")419 self.check_src_roundtrip("1 + 2 / 3")420 self.check_src_roundtrip("(1 + 2) / 3")[all …]