Searched refs:write_existing (Results 1 – 1 of 1) sorted by relevance
169 …def write_existing(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator… function204 with write_existing(writer, current) as row: