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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 127 is_repl = 0
154 is_repl = 1
160 if is_repl and (quoted_printable or multipart):
161 is_repl = 0
174 ## if is_repl and len(line) >= 4 and line[:4] == QUOTE+'--' and line[-3:] != '--\n':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 127 is_repl = 0
154 is_repl = 1
160 if is_repl and (quoted_printable or multipart):
161 is_repl = 0
174 ## if is_repl and len(line) >= 4 and line[:4] == QUOTE+'--' and line[-3:] != '--\n':

Completed in 1916 milliseconds