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

Method __str__

tests/test_code/py/pytz/__init__.py:259–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257 return "<UTC>"
258
259 def __str__(self):
260 return "UTC"
261
262
263UTC = utc = UTC() # UTC is a singleton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected