Lines Matching refs:state
4065 self.state = self.state_dsl_start
4209 self.state(line)
4212 self.state(None)
4238 def next(self, state, line=None):
4239 # real_print(self.state.__name__, "->", state.__name__, ", line=", line)
4240 self.state = state
4242 self.state(line)
4444 # These rules are enforced with a single state variable:
4446 # separate boolean state variables.) The states are:
4449 # 01 2 3 4 5 6 <- state transitions
4477 Transition to the "required" parameter state.
4523 fail("Function " + self.function.name + " has an unsupported group configuration. (Unexpected state " + str(self.parameter_state) + ".a)")
4792 fail("Function " + self.function.name + " has an unsupported group configuration. (Unexpected state " + str(self.parameter_state) + ".b)")
4806 fail("Function " + self.function.name + " has an unsupported group configuration. (Unexpected state " + str(self.parameter_state) + ".c)")
4814 fail("Function " + self.function.name + " has an unsupported group configuration. (Unexpected state " + str(self.parameter_state) + ".d)")