Lines Matching refs:code
19 code = textwrap.dedent("""
28 res = script_helper.assert_python_ok("-c", code)
34 code = textwrap.dedent("""
46 res = script_helper.assert_python_ok("-c", code)
59 code = textwrap.dedent(r"""
66 ret = support.run_in_subinterp(code)
74 code = textwrap.dedent(r"""
81 ret = support.run_in_subinterp(code)
92 code = textwrap.dedent(r"""
99 ret = support.run_in_subinterp(code)