Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _TZInfo
Class
_TZInfo
extra_tests/snippets/stdlib_datetime.py:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
98
class
_TZInfo(tzinfo):
99
def
utcoffset(self, datetime_module):
100
return
random.random()
101
102
103
# class TestTZInfo(unittest.TestCase):
Callers
1
stdlib_datetime.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected