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

Method test_round_trip_2

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

Source from the content-addressed store, hash-verified

959 lah dee dah
960 """)
961 def test_round_trip_2(self):
962 self.round_trip("""
963 verbatim text here
964 lah dee dah
965/*[inert]
966abc
967[inert]*/
968def
969/*[inert checksum: 7b18d017f89f61cf17d47f92749ea6930a3f1deb]*/
970xyz
971""")
972
973 def _test_clinic(self, input, output):
974 language = CLanguage(None)

Callers

nothing calls this directly

Calls 1

round_tripMethod · 0.95

Tested by

no test coverage detected