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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
676 f = self.makeCallable('a, b=1')
704 f = self.makeCallable('a, b=1, *c')
713 f = self.makeCallable('a, b=1, **c')
730 f = self.makeCallable('**c')
739 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
748 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
760 f0 = self.makeCallable('')
761 f1 = self.makeCallable('a, b')
762 f2 = self.makeCallable('a, b=1'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
676 f = self.makeCallable('a, b=1')
704 f = self.makeCallable('a, b=1, *c')
713 f = self.makeCallable('a, b=1, **c')
730 f = self.makeCallable('**c')
739 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
748 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
760 f0 = self.makeCallable('')
761 f1 = self.makeCallable('a, b')
762 f2 = self.makeCallable('a, b=1'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
676 f = self.makeCallable('a, b=1')
704 f = self.makeCallable('a, b=1, *c')
713 f = self.makeCallable('a, b=1, **c')
730 f = self.makeCallable('**c')
739 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
748 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
760 f0 = self.makeCallable('')
761 f1 = self.makeCallable('a, b')
762 f2 = self.makeCallable('a, b=1'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 665 def makeCallable(self, signature):
676 f = self.makeCallable('a, b=1')
704 f = self.makeCallable('a, b=1, *c')
713 f = self.makeCallable('a, b=1, **c')
730 f = self.makeCallable('**c')
739 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
748 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
760 f0 = self.makeCallable('')
761 f1 = self.makeCallable('a, b')
762 f2 = self.makeCallable('a, b=1'
    [all...]

Completed in 46 milliseconds