Lines Matching refs:str
42 manager: str
47 series: str
48 manager: str
54 series: str
58 CalendarRowType = typing.Tuple[typing.Optional[str], str, str, str, typing.Optional[str]]
74 def commit(message: str) -> None:
76 subprocess.run(['git', 'commit', str(CALENDAR_CSV), '--message', message])
80 def _calculate_release_start(major: str, minor: str) -> datetime.date: