MCPcopy Create free account
hub / github.com/dateutil/dateutil / setUp

Method setUp

tests/test_tz.py:2262–2264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2260class TzWinLocalTest(unittest.TestCase, TzWinFoldMixin):
2261
2262 def setUp(self):
2263 self.tzclass = tzwin.tzwinlocal
2264 self.context = TZWinContext
2265
2266 def get_args(self, tzname):
2267 return ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected