MCPcopy 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
159class _TZInfo(tzinfo):
160 def utcoffset(self, datetime_module):
161 return random.random()
162
163class TestTZInfo(unittest.TestCase):
164

Callers 1

Calls

no outgoing calls

Tested by 1