(self)
| 2260 | class 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 () |
nothing calls this directly
no outgoing calls
no test coverage detected