Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
Lib/test/datetimetester.py:5279–5281 ·
view source on GitHub ↗
(self, uofs, dofs=None)
Source
from the content-addressed store, hash-verified
5277
5278
class
UOFS(DST):
5279
def
__init__(self, uofs, dofs=None):
5280
DST.__init__(self, dofs)
5281
self.uofs = timedelta(minutes=uofs)
5282
def
utcoffset(self, dt):
5283
return
self.uofs
5284
Callers
nothing calls this directly
Calls
2
timedelta
Class · 0.90
__init__
Method · 0.45
Tested by
no test coverage detected