Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_fluid_month_setter
Function
test_fluid_month_setter
tests/datetime/test_fluent_setters.py:18–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
test_fluid_month_setter():
19
d = pendulum.datetime(2016, 7, 2, 0, 41, 20)
20
new = d.set(month=11)
21
assert isinstance(new, datetime)
22
assert new.month == 11
23
assert d.month == 7
24
25
26
def
test_fluid_day_setter():
Callers
nothing calls this directly
Calls
2
datetime
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected