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

Method get_args

tests/test_tz.py:2266–2267  ·  view source on GitHub ↗
(self, tzname)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected