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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
unbirthday.py 45 bdaytuple = (year, month, day)
46 bdaydate = mkdate(bdaytuple)
47 print 'You were born on', format(bdaytuple)
53 if bdaytuple > todaytuple:
57 if bdaytuple == todaytuple:
66 if bdaytuple < (y, month, day) <= todaytuple:
71 if todaytuple[1:] == bdaytuple[1:]:
  /external/python/cpython2/Demo/scripts/
unbirthday.py 45 bdaytuple = (year, month, day)
46 bdaydate = mkdate(bdaytuple)
47 print 'You were born on', format(bdaytuple)
53 if bdaytuple > todaytuple:
57 if bdaytuple == todaytuple:
66 if bdaytuple < (y, month, day) <= todaytuple:
71 if todaytuple[1:] == bdaytuple[1:]:

Completed in 85 milliseconds