Searched defs:typing (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_release_notes_test.py | 152 async def test_parse_issues(content: str, bugs: typing.List[str]) -> None: argument
|
| H A D | khronos-update.py | 16 def __init__(self, filename: str, url: typing.Optional[str]): argument
|
| H A D | gen_calendar_entries.py | 169 def write_existing(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator[CalendarRowType]: argument [all...] |
| H A D | gen_calendar_entries_test.py | 41 def mock_csv(data: typing.List[gen_calendar_entries.CalendarRowType]) -> typing.Iterator[None]: argument
|
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | core.py | 307 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