Searched refs:rest_api_hunk (Results 1 – 1 of 1) sorted by relevance
124 def __init__(self, rest_api_hunk): argument125 self.oldOffset = int(rest_api_hunk["oldOffset"])126 self.oldLength = int(rest_api_hunk["oldLength"])134 for line in rest_api_hunk["corpus"].split("\n"):