Lines Matching refs:format
97 prefix = "PkgRemote({0}) client thread 1: ".format(
100 prefix = "PkgRemote({0}) client thread 2: ".format(
103 prefix = "PkgRemote({0}) client: ".format(id(self))
106 # logging-format-interpolation; pylint: disable=W1202
107 global_settings.logger.info("{0}{1}".format(prefix, msg))
123 "--runid={0}".format(global_settings.client_runid),
125 "--ctlfd={0}".format(server_cmd_pipe),
126 "--progfd={0}".format(server_prog_pipe_fobj.fileno()),
129 self.__debug_msg("RPC server cmd: {0}".format(
250 "{0} == {1}".format(self.__state, state)
256 "{0} is None".format(self.__pkg_op)
258 "{0} is None".format(self.__kwargs)
260 "{0} is None".format(self.__async_rpc_caller)
262 "{0} is None".format(self.__async_rpc_waiter)
264 "{0} is None".format(self.__result)
268 "{0} is not None".format(self.__pkg_op)
270 "{0} is not None".format(self.__kwargs)
272 "{0} is None".format(self.__async_rpc_caller)
274 "{0} is None".format(self.__async_rpc_waiter)
276 "{0} is None".format(self.__result)
280 "{0} is not None".format(self.__pkg_op)
282 "{0} is not None".format(self.__kwargs)
284 "{0} is not None".format(self.__async_rpc_caller)
286 "{0} is not None".format(self.__async_rpc_waiter)
288 "{0} is None".format(self.__result)
304 self.__debug_msg("set call state: {0}".format(self.__state))
327 self.__debug_msg("set call state: {0}, pkg op: {1}".format(
345 self.__debug_msg("set call state: {0}".format(self.__state))
358 self.__debug_msg("starting pkg op: {0}; args: {1}".format(
368 self.__debug_msg("caught exception\n{0}".format(
371 self.__debug_msg("returned: {0}".format(rv), t1=True)