Home
last modified time | relevance | path

Searched refs:DALS (Results 1 – 13 of 13) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_wheel.py22 from .textwrap import DALS
77 'setup.py': (DALS(
193 'data.txt': DALS(
220 'extension.c': DALS(
287 'header.h': DALS(
311 'script.py': DALS(
317 'script.sh': DALS(
358 requires_txt=DALS(
371 requires_txt=DALS(
394 requires_txt=DALS(
[all …]
Dtest_build_meta.py6 from .textwrap import DALS
46 'setup.py': DALS("""
53 'hello.py': DALS("""
59 'setup.py': DALS("""
67 'hello.py': DALS("""
73 'setup.py': DALS("""
84 'hello.py': DALS("""
Dtest_test.py14 from .textwrap import DALS
17 SETUP_PY = DALS("""
27 NS_INIT = DALS("""
37 TEST_PY = DALS("""
115 f.write(DALS(
Dtest_easy_install.py37 from .textwrap import DALS
50 SETUP_PY = DALS("""
68 expected = header + DALS(r"""
140 DALS("""
191 DALS("""
202 DALS("""
418 ('setup.py', DALS("""
487 template = DALS("""\
526 DALS("""
535 DALS("""
[all …]
Dtest_virtualenv.py11 from .textwrap import DALS
100 fp.write(DALS(
125 fp.write(DALS(
Dtest_egg_info.py16 from .textwrap import DALS
26 setup_script = DALS("""
40 'hello.py': DALS("""
59 '.pydistutils.cfg': DALS("""
109 setup_cfg: DALS("""
150 'MANIFEST.in': DALS("""
164 setup_script = DALS(
200 DALS(a).format(**format_dict) for a in test_params
Dtest_dist.py11 from .textwrap import DALS
29 fp.write(DALS(
39 fp.write(DALS(
Dtest_upload_docs.py10 from .textwrap import DALS
13 SETUP_PY = DALS(
Dtest_dist_info.py11 from .textwrap import DALS
16 metadata_base = DALS("""
Dtextwrap.py6 def DALS(s): function
Dtest_packageindex.py13 from .textwrap import DALS
266 strm.write(DALS("""
Dtest_manifest.py17 from setuptools.tests.textwrap import DALS
214 f.write(DALS(contents))
391 MANIFEST_IN = DALS("""\
/external/python/cpython3/Lib/test/test_importlib/
Dfixtures.py195 f.write(DALS(contents))
198 def DALS(str): function