Searched refs:morsel (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
D | test_http_cookies.py | 238 morsel = cookies.Morsel() 239 self.assertIsNone(morsel.key) 240 self.assertIsNone(morsel.value) 241 self.assertIsNone(morsel.coded_value) 242 self.assertEqual(morsel.keys(), cookies.Morsel._reserved.keys()) 243 for key, val in morsel.items(): 293 morsel = cookies.Morsel() 295 morsel.key = '' 297 morsel.value = '' 299 morsel.coded_value = '' [all …]
|
/third_party/python/Lib/http/ |
D | cookies.py | 321 def __eq__(self, morsel): argument 322 if not isinstance(morsel, Morsel): 324 return (dict.__eq__(self, morsel) and 325 self._value == morsel._value and 326 self._key == morsel._key and 327 self._coded_value == morsel._coded_value) 332 morsel = Morsel() 333 dict.update(morsel, self) 334 morsel.__dict__.update(self.__dict__) 335 return morsel
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 2459 consistent: morsel comparison now takes the :attr:`~http.cookies.Morsel.key`
|
/third_party/skia/third_party/externals/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,
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 7608 their heights, pouncing on prey. Gone. Every morsel. 8376 Couldn't eat a morsel here. Fellow sharpening knife and fork to eat 31550 morsel of that chicken out of my fingers it was so tasty and browned and as
|
D | 2drvb10.txt | 11619 17:1. Better is a dry morsel with joy, than a house full of victims 12715 such a man even for a morsel of bread forsaketh the truth.
|