Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
def
test_array_init_without_argument():
47
a = array()
48
assert len(a) == 0
49
50
51
def
test_array_init_with_tuple():
Callers
nothing calls this directly
Calls
2
array
Class · 0.90
len
Function · 0.85
Tested by
no test coverage detected