Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
now
Method · 0.80
Tested by
no test coverage detected