MCPcopy Create free account
hub / github.com/davisking/dlib / test_array_init_without_argument

Function test_array_init_without_argument

tools/python/test/test_array.py:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def test_array_init_without_argument():
47 a = array()
48 assert len(a) == 0
49
50
51def test_array_init_with_tuple():

Callers

nothing calls this directly

Calls 2

arrayClass · 0.90
lenFunction · 0.85

Tested by

no test coverage detected