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

Method round_trip

Lib/test/test_clinic.py:953–954  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

951 assert output == input, "output != input!\n\noutput " + repr(output) + "\n\n input " + repr(input)
952
953 def round_trip(self, input):
954 return self._test(input, input)
955
956 def test_round_trip_1(self):
957 self.round_trip("""

Callers 2

test_round_trip_1Method · 0.95
test_round_trip_2Method · 0.95

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected