Searched refs:makeCallable (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 1644 def makeCallable(self, signature): member in TestGetcallargsFunctions 1650 f = self.makeCallable('a, b=1') 1673 f = self.makeCallable('a, b=1, *c') 1682 f = self.makeCallable('a, b=1, **c') 1695 f = self.makeCallable('**c') 1704 f = self.makeCallable('a=3, *, c, d=2') 1714 f = self.makeCallable('*, c, d=2') 1720 f = self.makeCallable('a, b=2, *f, **g') 1732 f = self.makeCallable('a, b=2, *f, x, y=99, **g') 1744 f0 = self.makeCallable('') 1825 def makeCallable(self, signature): global() member in TestGetcallargsMethods 1833 def makeCallable(self, signature): global() member in TestGetcallargsUnboundMethods [all...] |
Completed in 6 milliseconds