Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ __str__
Method
__str__
tests/test_code/py/pytz/tzinfo.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
zone = None
71
72
def
__str__(self):
73
return
self.zone
74
75
76
class
StaticTzInfo(BaseTzInfo):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected