MCPcopy
hub / github.com/serengil/deepface / DuplicateEntryError

Class DuplicateEntryError

deepface/modules/exceptions.py:58–61  ·  view source on GitHub ↗

Raised when a duplicate entry is found in the database.

Source from the content-addressed store, hash-verified

56
57
58class DuplicateEntryError(ValueError):
59 """Raised when a duplicate entry is found in the database."""
60
61 pass

Callers 3

insert_embeddingsMethod · 0.90
insert_embeddingsMethod · 0.90
insert_embeddingsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected