Searched refs:_monthname (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/wsgiref/ |
D | handlers.py | 15 _monthname = [None, # Dummy so we can use 1-based month numbers variable 22 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
|
/third_party/python/Lib/http/ |
D | cookies.py | 242 _monthname = [None, variable 246 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
|