Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ test_vectors_clear
Function
test_vectors_clear
tools/python/test/test_vector.py:126–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
125
126
def
test_vectors_clear():
127
vs = generate_test_vectors()
128
vs.clear()
129
assert len(vs) == 0
130
131
132
def
test_vectors_resize():
Callers
nothing calls this directly
Calls
3
generate_test_vectors
Function · 0.85
len
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected