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

Function test_today

tests/date/test_construct.py:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def test_today():
14 d = Date.today()
15
16 assert isinstance(d, Date)

Callers

nothing calls this directly

Calls 1

todayMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…