Home | History | Annotate | Download | only in test

Lines Matching refs:roundtrip

1368         def roundtrip(x):
1372 self.identical(x, roundtrip(x))
1373 self.identical(-x, roundtrip(-x))