Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ utcoffset
Method
utcoffset
Lib/test/datetimetester.py:165–166 ·
view source on GitHub ↗
(self, datetime_module)
Source
from the content-addressed store, hash-verified
163
164
class
_TZInfo(tzinfo):
165
def
utcoffset(self, datetime_module):
166
return
random.random()
167
168
class
TestTZInfo(unittest.TestCase):
169
Callers
15
test_refcnt_crash_bug_22044
Method · 0.45
test_pickling_subclass
Method · 0.45
test_issue23600
Method · 0.45
test_class_members
Method · 0.45
test_constructor
Method · 0.45
test_utcoffset
Method · 0.45
test_fromutc
Method · 0.45
test_aware_datetime
Method · 0.45
test_strptime
Method · 0.45
test_strptime_tz
Method · 0.45
test_argument_passing
Method · 0.45
test_tzinfo_classes
Method · 0.45
Calls
1
random
Method · 0.45
Tested by
no test coverage detected