Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
def
test_array_string_representations_empty():
84
a = array()
85
assert str(a) ==
""
86
assert repr(a) ==
"array[]"
87
88
89
def
test_array_string_representations():
Callers
nothing calls this directly
Calls
3
array
Class · 0.90
str
Class · 0.85
repr
Function · 0.85
Tested by
no test coverage detected