Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _TZInfo
Class
_TZInfo
Lib/test/datetimetester.py:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
__slots__ =
'_FixedOffset__offset'
,
'_FixedOffset__name'
,
'spam'
158
159
class
_TZInfo(tzinfo):
160
def
utcoffset(self, datetime_module):
161
return
random.random()
162
163
class
TestTZInfo(unittest.TestCase):
164
Callers
1
test_refcnt_crash_bug_22044
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_refcnt_crash_bug_22044
Method · 0.56