Lines Matching refs:code
239 code = """if 1:
274 assert_python_ok('-c', code)
718 """Common code for chown, fchown and lchown tests."""
1676 code = textwrap.dedent("""\
1682 [sys.executable, '-c', code],
1709 code = textwrap.dedent(f"""
1718 [sys.executable, "-c", code],
1738 code = textwrap.dedent("""\
1744 [sys.executable, '-c', code],
1773 code = textwrap.dedent(f"""\
1781 [sys.executable, '-c', code],
1793 code = textwrap.dedent(f"""\
1801 [sys.executable, '-c', code],
1931 code = textwrap.dedent("""
1944 args = ('-c', code)
2046 # issue 41355: !HAVE_LINKAT code path ignores the follow_symlinks flag