Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ test_in_minutes
Function
test_in_minutes
tests/duration/test_in_methods.py:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
21
def
test_in_minutes():
22
it = pendulum.duration(minutes=6, seconds=72)
23
assert it.in_minutes() == 7
24
25
26
def
test_in_seconds():
Callers
nothing calls this directly
Calls
1
in_minutes
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…