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

Function test_init

tests/time/test_construct.py:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def test_init():
9 t = pendulum.time(12, 34, 56, 123456)
10
11 assert_time(t, 12, 34, 56, 123456)
12
13
14def test_init_with_missing_values():

Callers

nothing calls this directly

Calls 2

assert_timeFunction · 0.90
timeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…