Lines Matching refs:self
29 def abuse(self, a, b, c):
39 self.argue(a, b, c)
41 def argue(self, a, b, c):
45 self.ex = sys.exc_info()
46 self.tr = inspect.trace()
49 def contradiction(self):
55 def abuse(self, a, b, c):
59 def contradiction(self):
68 def abuse(self, a, b, c):
72 def contradiction(self):
85 def __call__(self, *args):
88 def as_method_of(self, obj):
90 return MethodType(self, obj)
99 def f(self):
109 async def asyncf(self):