MCPcopy Index your code
hub / github.com/RustPython/RustPython / ZoneInfoNotFoundError

Class ZoneInfoNotFoundError

Lib/zoneinfo/_common.py:167–168  ·  view source on GitHub ↗

Exception raised when a ZoneInfo key is not found.

Source from the content-addressed store, hash-verified

165
166
167class ZoneInfoNotFoundError(KeyError):
168 """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