Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ utcoffset
Method
utcoffset
Lib/test/datetimetester.py:160–161 ·
view source on GitHub ↗
(self, datetime_module)
Source
from the content-addressed store, hash-verified
158
159
class
_TZInfo(tzinfo):
160
def
utcoffset(self, datetime_module):
161
return
random.random()
162
163
class
TestTZInfo(unittest.TestCase):
164
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