Searched refs:start_command (Results 1 – 2 of 2) sorted by relevance
65 def pass_on_init(start_command): argument66 if not start_command == rpc_connection.Sl4aConnectionCommand.INIT:68 'Must call "init". Called "%s" instead.' % start_command)80 def pass_on_continue(start_command): argument81 if start_command != rpc_connection.Sl4aConnectionCommand.CONTINUE:83 start_command)
72 start_command = Sl4aConnectionCommand.CONTINUE74 start_command = Sl4aConnectionCommand.INIT76 self._initiate_handshake(start_command)78 def _initiate_handshake(self, start_command): argument85 resp = self._cmd(start_command)