Searched defs:_isdst (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython3/Doc/includes/ | ||
| D | tzinfo_examples.py | 48 def _isdst(self, dt): member in LocalTimezone |
| /external/python/dateutil/dateutil/tz/ | ||
| D | _common.py | 374 def _isdst(self, dt): member in tzrangebase |
| D | tz.py | 256 def _isdst(self, dt, fold_naive=True): member in tzlocal |
| /external/python/cpython2/Doc/includes/ | ||
| D | tzinfo-examples.py | 71 def _isdst(self, dt): member in LocalTimezone |