Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ __init__
Method
__init__
tests/_common.py:62–64 ·
view source on GitHub ↗
(self, tzval)
Source
from the content-addressed store, hash-verified
60
_guard_allows_change = True
61
62
def
__init__(self, tzval):
63
self.tzval = tzval
64
self._old_tz = None
65
66
@classmethod
67
def
tz_change_allowed(cls):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected