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