Searched defs:typing (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes_test.py152 async def test_parse_issues(content: str, bugs: typing.List[str]) -> None: argument
H A Dkhronos-update.py16 def __init__(self, filename: str, url: typing.Optional[str]): argument
H A Dgen_calendar_entries.py169 def write_existing(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator[CalendarRowType]: argument
[all...]
H A Dgen_calendar_entries_test.py41 def mock_csv(data: typing.List[gen_calendar_entries.CalendarRowType]) -> typing.Iterator[None]: argument
/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dcore.py307 resolve_fixes(commits: typing.List['Commit'], previous: typing.List['Commit']) argument
341 gather_commits(version: str, previous: typing.List['Commit'], new: typing.List[typing.Tuple[str, str]], cb) argument
351 inner(commit: 'Commit', version: str, commits: typing.List[typing.Optional['Commit']], index: int, cb) argument
382 save(commits: typing.Iterable['Commit']) argument
[all...]

Completed in 7 milliseconds