(self, tzname)
| 2264 | self.context = TZWinContext |
| 2265 | |
| 2266 | def get_args(self, tzname): |
| 2267 | return () |
| 2268 | |
| 2269 | def testLocal(self): |
| 2270 | # Not sure how to pin a local time zone, so for now we're just going |
nothing calls this directly
no outgoing calls
no test coverage detected