MCPcopy Index your code
hub / github.com/python/cpython / TZInfoSubclass

Class TZInfoSubclass

Lib/test/datetimetester.py:7204–7205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7202
7203 def test_check_tzinfo(self):
7204 class TZInfoSubclass(tzinfo):
7205 pass
7206
7207 tzi = tzinfo()
7208 tzis = TZInfoSubclass()

Callers 1

test_check_tzinfoMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_check_tzinfoMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…