Lines Matching defs:_ttinfo
130 ) and not isinstance(self._tz_after, _ttinfo):
237 # Construct `_ttinfo` objects for each transition in the file
239 _ttinfo(
278 # 1. If _tz_after is not a _ttinfo, it has transitions that might
282 # 2. If _ttinfo_list contains more than one _ttinfo object, the objects
291 if len(_ttinfo_list) > 1 or not isinstance(self._tz_after, _ttinfo):
300 # Now we must transform our ttis and abbrs into `_ttinfo` objects,
396 class _ttinfo:
418 _NO_TTINFO = _ttinfo(None, None, None)
437 self.std = _ttinfo(
446 self.dst = _ttinfo(utcoff=dst_offset, dstoff=delta, tzname=dst_abbr)
693 return _ttinfo(