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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 17 join_header_words, split_header_words,
47 return join_header_words([h])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 17 join_header_words, split_header_words,
47 return join_header_words([h])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 141 from cookielib import join_header_words namespace
143 joined = join_header_words([[("foo", None), ("bar", "baz")]])
146 self.assertEqual(join_header_words([[]]), "")
185 from cookielib import split_header_words, join_header_words namespace
211 res = join_header_words(input)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 141 from cookielib import join_header_words namespace
143 joined = join_header_words([[("foo", None), ("bar", "baz")]])
146 self.assertEqual(join_header_words([[]]), "")
185 from cookielib import split_header_words, join_header_words namespace
211 res = join_header_words(input)
    [all...]

Completed in 60 milliseconds