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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 55 milliseconds