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

Class BaseTzInfo

tests/test_code/py/pytz/tzinfo.py:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66class BaseTzInfo(tzinfo):
67 # Overridden in subclass
68 _utcoffset = None
69 _tzname = None
70 zone = None
71
72 def __str__(self):
73 return self.zone
74
75
76class StaticTzInfo(BaseTzInfo):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected