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

Method _end_of_second

src/pendulum/datetime.py:795–799  ·  view source on GitHub ↗

Set microseconds to 999999.

(self)

Source from the content-addressed store, hash-verified

793 return self.set(microsecond=0)
794
795 def _end_of_second(self) -> Self:
796 """
797 Set microseconds to 999999.
798 """
799 return self.set(microsecond=999999)
800
801 def _start_of_minute(self) -> Self:
802 """

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected