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

Method _end_of_day

src/pendulum/datetime.py:831–835  ·  view source on GitHub ↗

Reset the time to 23:59:59.999999.

(self)

Source from the content-addressed store, hash-verified

829 return self.at(0, 0, 0, 0)
830
831 def _end_of_day(self) -> Self:
832 """
833 Reset the time to 23:59:59.999999.
834 """
835 return self.at(23, 59, 59, 999999)
836
837 def _start_of_month(self) -> Self:
838 """

Callers

nothing calls this directly

Calls 1

atMethod · 0.95

Tested by

no test coverage detected