Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py371 def _check_utc_offset(name, offset): function
1505 _check_utc_offset("utcoffset", offset)
1533 _check_utc_offset("dst", offset)
1990 _check_utc_offset("utcoffset", offset)
2018 _check_utc_offset("dst", offset)
2545 _check_tzinfo_arg, _check_tzname, _check_utc_offset, _cmp, _cmperror,