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

Function test_next_monday

tests/datetime/test_day_of_week_modifiers.py:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def test_next_monday():
47 d = pendulum.datetime(1975, 5, 21).next(pendulum.MONDAY)
48 assert_datetime(d, 1975, 5, 26, 0, 0, 0)
49
50
51def test_next_saturday():

Callers

nothing calls this directly

Calls 3

assert_datetimeFunction · 0.90
nextMethod · 0.45
datetimeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…