Searched refs:_check_utc_offset (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/ |
D | datetime.py | 367 def _check_utc_offset(name, offset): function 1421 _check_utc_offset("utcoffset", offset) 1449 _check_utc_offset("dst", offset) 1911 _check_utc_offset("utcoffset", offset) 1939 _check_utc_offset("dst", offset) 2462 _check_tzinfo_arg, _check_tzname, _check_utc_offset, _cmp, _cmperror,
|