Lines Matching defs:step
108 def step(self, x):
115 def step(self, x):
125 def step(self, x):
135 def step(self, x):
145 def step(self, whichType, val):
157 def step(self, whichType, *vals):
170 def step(self, val):
179 def step(self, txt):
489 def step(self, value):
549 for meth in "__init__", "step", "value", "inverse":
573 def step(self, x): pass
578 def step(self, x): pass
588 ("step", MissingStep),
607 def step(self, x): pass
624 def step(self, value): self.count += value * 2
635 def step(self, x): pass
684 "user-defined aggregate's 'step' method not defined")
707 self.assertEqual(str(cm.exception), "user-defined aggregate's 'step' method raised error")