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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 19 def escapestr(text, ampm): function
88 # escaped in escapestr()
122 if re.match(escapestr(e[1], self.ampm), result):
168 if re.match(escapestr(e[1], self.ampm), result):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 19 def escapestr(text, ampm): function
88 # escaped in escapestr()
122 if re.match(escapestr(e[1], self.ampm), result):
168 if re.match(escapestr(e[1], self.ampm), result):

Completed in 81 milliseconds