Home
last modified time | relevance | path

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

/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/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/cpython2/Lib/distutils/command/
Dsdist.py308 strip_comments=1,
/external/python/cpython2/Doc/distutils/
Dapiref.rst1562 | *strip_comments* | strip from ``'#'`` to end-of- | true |