MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __call__

Method __call__

tests/test_code/py/pytz/__init__.py:345–347  ·  view source on GitHub ↗

Backwards compatibility.

(self, iso3166_code)

Source from the content-addressed store, hash-verified

343 Pacific/Chatham
344 """
345 def __call__(self, iso3166_code):
346 """Backwards compatibility."""
347 return self[iso3166_code]
348
349 def _fill(self):
350 data = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected