Searched refs:morsel (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_http_cookies.py | 225 morsel = cookies.Morsel() 226 self.assertIsNone(morsel.key) 227 self.assertIsNone(morsel.value) 228 self.assertIsNone(morsel.coded_value) 229 self.assertEqual(morsel.keys(), cookies.Morsel._reserved.keys()) 230 for key, val in morsel.items(): 280 morsel = cookies.Morsel() 282 morsel.key = '' 284 morsel.value = '' 286 morsel.coded_value = '' [all …]
|
/external/python/cpython3/Lib/http/ |
D | cookies.py | 320 def __eq__(self, morsel): argument 321 if not isinstance(morsel, Morsel): 323 return (dict.__eq__(self, morsel) and 324 self._value == morsel._value and 325 self._key == morsel._key and 326 self._coded_value == morsel._coded_value) 331 morsel = Morsel() 332 dict.update(morsel, self) 333 morsel.__dict__.update(self.__dict__) 334 return morsel
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 2459 consistent: morsel comparison now takes the :attr:`~http.cookies.Morsel.key`
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1208 managed to swallow a morsel of the lefthand bit.
|
/external/brotli/tests/testdata/ |
D | alice29.txt | 1211 managed to swallow a morsel of the lefthand bit.
|
D | plrabn12.txt | 1682 Should prove a bitter morsel, and his bane,
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 110979 morsel %29082 mˈorsəl, mˈɔrsəl
|
D | internal_raw_IPA-old.txt | 131703 morsel %20537 mˈorsəl, mˈɔrsəl
|