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

Method setUp

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

Source from the content-addressed store, hash-verified

1486 module = py_zoneinfo
1487
1488 def setUp(self):
1489 self.klass.clear_cache()
1490 super().setUp()
1491
1492 @property
1493 def zoneinfo_data(self):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
clear_cacheMethod · 0.45
setUpMethod · 0.45

Tested by

no test coverage detected