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

Function test_today

tests/datetime/test_construct.py:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62
63def test_today():
64 today = pendulum.today()
65 assert isinstance(today, DateTime)
66
67
68def test_tomorrow():

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…