Home
last modified time | relevance | path

Searched refs:split_commit_list (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/bin/pick/
Dcore.py221 return list(split_commit_list(out.decode().strip()))
224 def split_commit_list(commits: str) -> typing.Generator[typing.Tuple[str, str], None, None]: function