Backwards compatibility.
(self, iso3166_code)
| 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 = {} |
nothing calls this directly
no outgoing calls
no test coverage detected