Home
last modified time | relevance | path

Searched refs:strip_comments (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_text_file.py62 in_file = TextFile(filename, strip_comments=0, skip_blanks=0,
69 in_file = TextFile(filename, strip_comments=1, skip_blanks=0,
76 in_file = TextFile(filename, strip_comments=0, skip_blanks=1,
89 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
96 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
/external/python/cpython2/Lib/distutils/tests/
Dtest_text_file.py62 in_file = TextFile(filename, strip_comments=0, skip_blanks=0,
69 in_file = TextFile(filename, strip_comments=1, skip_blanks=0,
76 in_file = TextFile(filename, strip_comments=0, skip_blanks=1,
89 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
96 in_file = TextFile(filename, strip_comments=1, skip_blanks=1,
/external/python/setuptools/pkg_resources/tests/
Dtest_working_set.py13 def strip_comments(s): function
78 strip_comments(s.lstrip()) for s in
89 expected = strip_comments(expected.strip())
/external/mesa3d/src/gallium/tools/trace/
Ddiff_state.py319 def load(stream, strip_images = True, strip_comments = True): argument
324 if strip_comments:
/external/python/cpython2/Lib/distutils/
Dtext_file.py188 if self.strip_comments and line:
Dextension.py151 strip_comments=1, skip_blanks=1, join_lines=1,
Dsysconfig.py293 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
/external/python/cpython3/Lib/distutils/
Dtext_file.py179 if self.strip_comments and line:
Dextension.py155 strip_comments=1, skip_blanks=1, join_lines=1,
Dsysconfig.py303 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1, errors="surrogateescape")
/external/python/cpython2/Lib/distutils/command/
Dsdist.py308 strip_comments=1,
/external/python/cpython3/Lib/distutils/command/
Dsdist.py331 template = TextFile(self.template, strip_comments=1, skip_blanks=1,
/external/python/cpython2/Doc/distutils/
Dapiref.rst1562 | *strip_comments* | strip from ``'#'`` to end-of- | true |
/external/python/cpython3/Doc/distutils/
Dapiref.rst1570 | *strip_comments* | strip from ``'#'`` to | true |