HomeSort by relevance Sort by last modified time
    Searched refs:strip_comments (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 40 strip_comments [default: true]
70 default_options = { 'strip_comments': 1,
188 if self.strip_comments and line:
extension.py 151 strip_comments=1, skip_blanks=1, join_lines=1,
sysconfig.py 299 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 40 strip_comments [default: true]
70 default_options = { 'strip_comments': 1,
188 if self.strip_comments and line:
extension.py 151 strip_comments=1, skip_blanks=1, join_lines=1,
sysconfig.py 299 fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 308 strip_comments=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 308 strip_comments=1,

Completed in 236 milliseconds