Searched refs:strip_comments (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | test_text_file.py | 62 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/cpython3/Lib/distutils/tests/ |
D | test_text_file.py | 62 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/ |
D | test_working_set.py | 13 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/ |
D | diff_state.py | 319 def load(stream, strip_images = True, strip_comments = True): argument 324 if strip_comments:
|
/external/python/cpython3/Lib/distutils/ |
D | text_file.py | 179 if self.strip_comments and line:
|
D | extension.py | 155 strip_comments=1, skip_blanks=1, join_lines=1,
|
D | sysconfig.py | 303 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1, errors="surrogateescape")
|
/external/python/cpython2/Lib/distutils/ |
D | text_file.py | 188 if self.strip_comments and line:
|
D | extension.py | 151 strip_comments=1, skip_blanks=1, join_lines=1,
|
D | sysconfig.py | 293 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
|
/external/python/cpython2/Lib/distutils/command/ |
D | sdist.py | 308 strip_comments=1,
|
/external/python/cpython3/Lib/distutils/command/ |
D | sdist.py | 331 template = TextFile(self.template, strip_comments=1, skip_blanks=1,
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 1562 | *strip_comments* | strip from ``'#'`` to end-of- | true |
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 1570 | *strip_comments* | strip from ``'#'`` to | true |
|