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

Function test_vectorss_clear

tools/python/test/test_vector.py:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151
152
153def test_vectorss_clear():
154 vss = generate_test_vectorss()
155 vss.clear()
156 assert len(vss) == 0
157
158
159def test_vectorss_resize():

Callers

nothing calls this directly

Calls 3

generate_test_vectorssFunction · 0.85
lenFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected