Searched refs:rest_api_change (Results 1 – 1 of 1) sorted by relevance
184 def __init__(self, rest_api_change): argument185 self.oldPath = rest_api_change["oldPath"]186 self.hunks = [PhabHunk(h) for h in rest_api_change["hunks"]]