Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ __repr__
Method
__repr__
tests/test_code/py/pytz/__init__.py:256–257 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
254
return
dt.astimezone(self)
255
256
def
__repr__(self):
257
return
"<UTC>"
258
259
def
__str__(self):
260
return
"UTC"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected