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

Method setUp

Lib/test/test_zoneinfo/test_zoneinfo.py:131–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 class_name = "ZoneInfo"
130
131 def setUp(self):
132 super().setUp()
133
134 # This is necessary because various subclasses pull from different
135 # data sources (e.g. tzdata, V1 files, etc).
136 self.klass.clear_cache()
137
138 @property
139 def zoneinfo_data(self):

Callers 3

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

superClass · 0.85
clear_cacheMethod · 0.45

Tested by

no test coverage detected