Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ dt
Function
dt
tests/datetime/test_behavior.py:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
@pytest.fixture
30
def
dt():
31
tz = timezone(
"Europe/Paris"
)
32
33
return
tz.convert(datetime(2016, 8, 27, 12, 34, 56, 123456))
34
35
36
def
test_timetuple(p, dt):
Callers
nothing calls this directly
Calls
3
timezone
Function · 0.90
datetime
Function · 0.85
convert
Method · 0.45
Tested by
no test coverage detected