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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]

Completed in 216 milliseconds