Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DBaseHTTPServer.py482 day, self.monthname[month], year,
491 day, self.monthname[month], year, hh, mm, ss)
496 monthname = [None, variable in BaseHTTPRequestHandler
DCookie.py386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument
391 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
/external/python/cpython3/Lib/http/
Dcookies.py245 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument
250 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
Dserver.py597 day, self.monthname[month], year, hh, mm, ss)
602 monthname = [None, variable in BaseHTTPRequestHandler
/external/python/cpython3/Lib/test/
Dtest_httpservers.py1060 self.handler.monthname[month],