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

Function test_construct

tests/date/test_construct.py:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def test_construct():
8 d = Date(2016, 10, 20)
9
10 assert_date(d, 2016, 10, 20)
11
12
13def test_today():

Callers

nothing calls this directly

Calls 2

DateClass · 0.90
assert_dateFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…