Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries.py58 CalendarRowType = typing.Tuple[typing.Optional[str], str, str, str, typing.Optional[str]] variable
68 def read_calendar() -> typing.List[CalendarRowType]:
169 …isting(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator[CalendarRow… argument
177 last_row: typing.Optional[CalendarRowType] = None
Dgen_calendar_entries_test.py41 def mock_csv(data: typing.List[gen_calendar_entries.CalendarRowType]) -> typing.Iterator[None]: argument