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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 17 join_header_words, split_header_words,
118 for data in split_header_words([line]):
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 17 join_header_words, split_header_words,
118 for data in split_header_words([line]):
cookielib.py 326 def split_header_words(header_values): function
363 >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz'])
365 >>> split_header_words(['text/html; charset="iso-8859-1"'])
367 >>> split_header_words([r'Basic realm="\"foo\bar\""'])
405 "split_header_words bug: '%s', '%s', %s" %
413 """Do the inverse (almost) of the conversion done by split_header_words.
449 parser instead of split_header_words.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 149 from cookielib import split_header_words namespace
172 result = split_header_words([arg])
185 from cookielib import split_header_words, join_header_words namespace
210 input = split_header_words([arg])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 149 from cookielib import split_header_words namespace
172 result = split_header_words([arg])
185 from cookielib import split_header_words, join_header_words namespace
210 input = split_header_words([arg])
    [all...]

Completed in 122 milliseconds