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

  /external/python/cpython2/Doc/includes/
tzinfo-examples.py 85 days_to_go = 6 - dt.weekday()
86 if days_to_go:
87 dt += timedelta(days_to_go)
  /external/python/cpython3/Doc/includes/
tzinfo-examples.py 62 days_to_go = 6 - dt.weekday()
63 if days_to_go:
64 dt += timedelta(days_to_go)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]

Completed in 140 milliseconds