Lines Matching defs:isoformat
264 # Helpers for parsing the result of isoformat()
914 isoweekday(), isocalendar(), isoformat()
986 raise ValueError(f'Invalid isoformat string: {date_string!r}')
991 raise ValueError(f'Invalid isoformat string: {date_string!r}')
1047 def isoformat(self):
1058 __str__ = isoformat
1330 isoformat()
1518 def isoformat(self, timespec='auto'):
1535 __str__ = isoformat
1551 raise ValueError(f'Invalid isoformat string: {time_string!r}')
1833 raise ValueError(f'Invalid isoformat string: {date_string!r}')
1844 f'Invalid isoformat string: {date_string!r}') from None
1851 f'Invalid isoformat string: {date_string!r}') from None
2009 def isoformat(self, sep='T', timespec='auto'):
2057 return self.isoformat(sep=' ')