MCPcopy Index your code
hub / github.com/python/cpython / ZoneInfoNotFoundError

Class ZoneInfoNotFoundError

Lib/zoneinfo/_common.py:171–172  ·  view source on GitHub ↗

Exception raised when a ZoneInfo key is not found.

Source from the content-addressed store, hash-verified

169
170
171class ZoneInfoNotFoundError(KeyError):
172 """Exception raised when a ZoneInfo key is not found."""

Callers 1

load_tzdataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…