Searched refs:start_command (Results 1 – 1 of 1) 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)