Home | History | Annotate | Download | only in test

Lines Matching refs:signature

665     def makeCallable(self, signature):
673 return eval(code % signature, {'is_tuplename' : self.is_tuplename})
812 def makeCallable(self, signature):
813 assert 'self' not in signature
815 self.cls.method = mk('self, ' + signature)
820 def makeCallable(self, signature):
821 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)