MCPcopy 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
126def test_vectors_clear():
127 vs = generate_test_vectors()
128 vs.clear()
129 assert len(vs) == 0
130
131
132def test_vectors_resize():

Callers

nothing calls this directly

Calls 3

generate_test_vectorsFunction · 0.85
lenFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected