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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 101 def check_hello(self, out, has_length=True):
107 (has_length and "Content-Length: 13\r\n" or "") +
119 self.check_hello(out, has_length=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 101 def check_hello(self, out, has_length=True):
107 (has_length and "Content-Length: 13\r\n" or "") +
119 self.check_hello(out, has_length=False)

Completed in 43 milliseconds