Searched refs:skip_blanks (Results 1 – 13 of 13) sorted by relevance
/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/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/cpython2/Lib/distutils/ |
D | text_file.py | 269 if (line == '' or line == '\n') and self.skip_blanks:
|
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/cpython3/Lib/distutils/ |
D | text_file.py | 257 if (line == '' or line == '\n') and self.skip_blanks:
|
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/u-boot/tools/env/ |
D | fw_env.c | 366 static char *skip_blanks(char *s) in skip_blanks() function 794 name = skip_blanks(line); in fw_parse_script() 804 val = skip_blanks(val); in fw_parse_script()
|
/external/python/cpython2/Lib/distutils/command/ |
D | sdist.py | 309 skip_blanks=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 | 1576 | *skip_blanks* | skip lines that are empty | true | 1583 | | even if *skip_blanks* is | | 1608 line), if *rstrip_ws* is true but *skip_blanks* is not.
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 1584 | *skip_blanks* | skip lines that are empty | true | 1591 | | even if *skip_blanks* is | | 1616 line), if *rstrip_ws* is true but *skip_blanks* is not.
|