Home
last modified time | relevance | path

Searched refs:isReservedKey (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
DCookie.py447 def isReservedKey(self, K): member in Morsel
/external/python/cpython3/Lib/http/
Dcookies.py345 def isReservedKey(self, K): member in Morsel
/external/python/cpython3/Lib/test/
Dtest_http_cookies.py238 self.assertTrue(M.isReservedKey(i))
/external/python/cpython3/Doc/library/
Dhttp.cookies.rst177 .. method:: Morsel.isReservedKey(K)
/external/python/cpython2/Doc/library/
Dcookie.rst206 .. method:: Morsel.isReservedKey(K)