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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_inspect.py 572 def makeCallable(self, signature):
583 f = self.makeCallable('a, b=1')
611 f = self.makeCallable('a, b=1, *c')
620 f = self.makeCallable('a, b=1, **c')
637 f = self.makeCallable('**c')
646 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
655 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
667 f0 = self.makeCallable('')
668 f1 = self.makeCallable('a, b')
669 f2 = self.makeCallable('a, b=1')
    [all...]
  /external/python/cpython2/Lib/test/
test_inspect.py 683 def makeCallable(self, signature):
694 f = self.makeCallable('a, b=1')
722 f = self.makeCallable('a, b=1, *c')
731 f = self.makeCallable('a, b=1, **c')
748 f = self.makeCallable('**c')
757 f = self.makeCallable('(b,c), (d,(e,f))=(0,[1,2])')
766 f = self.makeCallable('a, b=2, (c,(d,e))=(3,[4,5]), *f, **g')
778 f0 = self.makeCallable('')
779 f1 = self.makeCallable('a, b')
780 f2 = self.makeCallable('a, b=1'
    [all...]
  /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...]
  /external/python/cpython3/Lib/test/
test_inspect.py     [all...]

Completed in 83 milliseconds