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

Function test_array_string_representations_empty

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

Source from the content-addressed store, hash-verified

81
82
83def test_array_string_representations_empty():
84 a = array()
85 assert str(a) == ""
86 assert repr(a) == "array[]"
87
88
89def test_array_string_representations():

Callers

nothing calls this directly

Calls 3

arrayClass · 0.90
strClass · 0.85
reprFunction · 0.85

Tested by

no test coverage detected