Home
last modified time | relevance | path

Searched refs:_getdate (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DCookie.py386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
505 RA("%s=%s" % (self._reserved[K], _getdate(V)))
/external/python/cpython3/Lib/http/
Dcookies.py245 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): function
408 append("%s=%s" % (self._reserved[key], _getdate(value)))