Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ __repr__
Method
__repr__
tests/test_code/py/pytz/reference.py:105–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
self.dstname = dstname
104
105
def
__repr__(self):
106
return
self.reprname
107
108
def
tzname(self, dt):
109
if
self.dst(dt):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected