Searched defs:monthname (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | BaseHTTPServer.py | 496 monthname = [None, variable in BaseHTTPRequestHandler |
D | Cookie.py | 386 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument |
/external/python/cpython3/Lib/http/ | ||
D | cookies.py | 245 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument |
D | server.py | 602 monthname = [None, variable in BaseHTTPRequestHandler |