Searched refs:_monthname (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/wsgiref/ |
D | handlers.py | 31 _monthname = [None, # Dummy so we can use 1-based month numbers variable 38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
|
/external/python/cpython2/Lib/ |
D | Cookie.py | 382 _monthname = [None, variable 386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
|
/external/python/cpython3/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
|
/external/python/cpython3/Lib/http/ |
D | cookies.py | 241 _monthname = [None, variable 245 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
|