Searched refs:monthname (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | BaseHTTPServer.py | 482 day, self.monthname[month], year, 491 day, self.monthname[month], year, hh, mm, ss) 496 monthname = [None, variable in BaseHTTPRequestHandler
|
D | Cookie.py | 386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument 391 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
|
/external/python/cpython3/Lib/http/ |
D | cookies.py | 245 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument 250 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
|
D | server.py | 597 day, self.monthname[month], year, hh, mm, ss) 602 monthname = [None, variable in BaseHTTPRequestHandler
|
/external/python/cpython3/Lib/test/ |
D | test_httpservers.py | 1062 self.handler.monthname[month],
|