Home
last modified time | relevance | path

Searched refs:_check_utc_offset (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Ddatetime.py372 def _check_utc_offset(name, offset): function
1474 _check_utc_offset("utcoffset", offset)
1502 _check_utc_offset("dst", offset)
1959 _check_utc_offset("utcoffset", offset)
1987 _check_utc_offset("dst", offset)
2514 _check_tzinfo_arg, _check_tzname, _check_utc_offset, _cmp, _cmperror,