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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 10 def make_adder(x): function in function:ScopeTests.testSimpleNesting
15 inc = make_adder(1)
16 plus10 = make_adder(10)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 10 def make_adder(x): function in function:ScopeTests.testSimpleNesting
15 inc = make_adder(1)
16 plus10 = make_adder(10)

Completed in 4601 milliseconds