Searched refs:log_piece (Results 1 – 1 of 1) sorted by relevance
71 for log_piece in chevron_split[1:]:72 if log_piece.endswith(";"):73 log_piece = log_piece[:-1] variable74 log_piece = log_piece.strip() variable75 if (log_piece.startswith('"') and log_piece.endswith('"')) or (76 log_piece.startswith("'") and log_piece.endswith("'")78 logstring += log_piece[1:-1]80 if log_piece == "this" or log_piece.startswith("&"):81 log_piece = "logPtr({})".format(log_piece) variable82 if log_piece == "self":[all …]