You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""An `pydantic-core` implementation of the abstract [`datetime.tzinfo`] class."""
996
+
"""An `pydantic-core` implementation of the abstract [`datetime.tzinfo`][] class."""
997
+
998
+
# def __new__(cls, seconds: float) -> Self: ...
997
999
998
1000
# Docstrings for attributes sourced from the abstract base class, [`datetime.tzinfo`](https://docs.python.org/3/library/datetime.html#datetime.tzinfo).
0 commit comments