Searched refs:DALS (Results 1 – 13 of 13) sorted by relevance
22 from .textwrap import DALS77 '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 …]
6 from .textwrap import DALS46 'setup.py': DALS("""53 'hello.py': DALS("""59 'setup.py': DALS("""67 'hello.py': DALS("""73 'setup.py': DALS("""84 'hello.py': DALS("""
14 from .textwrap import DALS17 SETUP_PY = DALS("""27 NS_INIT = DALS("""37 TEST_PY = DALS("""115 f.write(DALS(
37 from .textwrap import DALS50 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 …]
11 from .textwrap import DALS100 fp.write(DALS(125 fp.write(DALS(
16 from .textwrap import DALS26 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
11 from .textwrap import DALS29 fp.write(DALS(39 fp.write(DALS(
10 from .textwrap import DALS13 SETUP_PY = DALS(
11 from .textwrap import DALS16 metadata_base = DALS("""
6 def DALS(s): function
13 from .textwrap import DALS266 strm.write(DALS("""
17 from setuptools.tests.textwrap import DALS214 f.write(DALS(contents))391 MANIFEST_IN = DALS("""\
195 f.write(DALS(contents))198 def DALS(str): function