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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py 554 it's not clear how to get the internal uses of m235 to share a single
559 >>> def m235():
561 ... me_times2 = times(2, m235())
562 ... me_times3 = times(3, m235())
563 ... me_times5 = times(5, m235())
570 inefficient: each call of m235() leads to 3 recursive calls, and in
577 >>> result = m235()
600 >>> def m235():
602 ... # Gack: m235 below actually refers to a LazyList.
603 ... me_times2 = times(2, m235)
    [all...]
  /external/python/cpython2/Lib/test/
test_generators.py 555 it's not clear how to get the internal uses of m235 to share a single
560 >>> def m235():
562 ... me_times2 = times(2, m235())
563 ... me_times3 = times(3, m235())
564 ... me_times5 = times(5, m235())
571 inefficient: each call of m235() leads to 3 recursive calls, and in
578 >>> result = m235()
601 >>> def m235():
603 ... # Gack: m235 below actually refers to a LazyList.
604 ... me_times2 = times(2, m235)
    [all...]
  /external/python/cpython3/Lib/test/
test_generators.py 888 it's not clear how to get the internal uses of m235 to share a single
893 >>> def m235():
895 ... me_times2 = times(2, m235())
896 ... me_times3 = times(3, m235())
897 ... me_times5 = times(5, m235())
904 inefficient: each call of m235() leads to 3 recursive calls, and in
911 >>> result = m235()
934 >>> def m235():
936 ... # Gack: m235 below actually refers to a LazyList.
937 ... me_times2 = times(2, m235)
    [all...]

Completed in 462 milliseconds