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

Function test_fluid_minute_setter

tests/datetime/test_fluent_setters.py:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def test_fluid_minute_setter():
43 d = pendulum.datetime(2016, 7, 2, 0, 41, 20)
44 new = d.set(minute=32)
45 assert isinstance(new, datetime)
46 assert new.minute == 32
47 assert d.minute == 41
48
49
50def test_fluid_second_setter():

Callers

nothing calls this directly

Calls 2

datetimeMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…