Home
last modified time | relevance | path

Searched defs:Patch (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py28 class Patch(NamedTuple): class
234 def apply_patches(s: str, patches: Iterable[Patch]) -> str:
242 def patch_sort_key(item: Tuple[int, Patch]) -> Tuple[int, int, int]: argument