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

Method today

src/pendulum/datetime.py:191–192  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

189
190 @classmethod
191 def today(cls) -> Self:
192 return cls.now()
193
194 @classmethod
195 def strptime(cls, time: str, fmt: str) -> Self:

Callers

nothing calls this directly

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected