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

Method test_round_trip_1

Lib/test/test_clinic.py:956–960  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

954 return self._test(input, input)
955
956 def test_round_trip_1(self):
957 self.round_trip("""
958 verbatim text here
959 lah dee dah
960 """)
961 def test_round_trip_2(self):
962 self.round_trip("""
963 verbatim text here

Callers

nothing calls this directly

Calls 1

round_tripMethod · 0.95

Tested by

no test coverage detected