MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __init__

Method __init__

tests/test_code/py/pytz/reference.py:99–103  ·  view source on GitHub ↗
(self, hours, reprname, stdname, dstname)

Source from the content-addressed store, hash-verified

97class USTimeZone(tzinfo):
98
99 def __init__(self, hours, reprname, stdname, dstname):
100 self.stdoffset = timedelta(hours=hours)
101 self.reprname = reprname
102 self.stdname = stdname
103 self.dstname = dstname
104
105 def __repr__(self):
106 return self.reprname

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected