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

Class AmbiguousTime

src/pendulum/tz/exceptions.py:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class AmbiguousTime(TimezoneError):
28 message = "The datetime {} is ambiguous."
29
30 def __init__(self, dt: datetime) -> None:
31 message = self.message.format(dt)
32
33 super().__init__(message)

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…