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

Method test_strings

Lib/test/test_unparse.py:301–304  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299 )
300
301 def test_strings(self):
302 self.check_ast_roundtrip("u'foo'")
303 self.check_ast_roundtrip("r'foo'")
304 self.check_ast_roundtrip("b'foo'")
305
306 def test_del_statement(self):
307 self.check_ast_roundtrip("del x, y, z")

Callers

nothing calls this directly

Calls 1

check_ast_roundtripMethod · 0.80

Tested by

no test coverage detected