MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / NonExistingTime

Class NonExistingTime

src/pendulum/tz/exceptions.py:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class NonExistingTime(TimezoneError):
19 message = "The datetime {} does not exist."
20
21 def __init__(self, dt: datetime) -> None:
22 message = self.message.format(dt)
23
24 super().__init__(message)
25
26
27class AmbiguousTime(TimezoneError):

Callers 1

convertMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…