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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
unbirthday.py 49 todaytuple = time.localtime()[:3]
50 todaydate = mkdate(todaytuple)
51 print 'Today is', format(todaytuple)
53 if bdaytuple > todaytuple:
57 if bdaytuple == todaytuple:
65 for y in range(year, todaytuple[0] + 1):
66 if bdaytuple < (y, month, day) <= todaytuple:
71 if todaytuple[1:] == bdaytuple[1:]:
  /external/python/cpython2/Demo/scripts/
unbirthday.py 49 todaytuple = time.localtime()[:3]
50 todaydate = mkdate(todaytuple)
51 print 'Today is', format(todaytuple)
53 if bdaytuple > todaytuple:
57 if bdaytuple == todaytuple:
65 for y in range(year, todaytuple[0] + 1):
66 if bdaytuple < (y, month, day) <= todaytuple:
71 if todaytuple[1:] == bdaytuple[1:]:

Completed in 255 milliseconds