HomeSort by relevance Sort by last modified time
    Searched refs:_monthname (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 385 _monthname = [None, variable
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 385 _monthname = [None, variable
389 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):

Completed in 1017 milliseconds