Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tzname
Method
tzname
Lib/test/datetimetester.py:146–147 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
144
def
utcoffset(self, dt):
145
return
self.__offset
146
def
tzname(self, dt):
147
return
self.__name
148
def
dst(self, dt):
149
return
self.__dstoffset
150
Callers
1
test_normal
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected