MCPcopy Create free account
hub / github.com/datastax/astrapy / sync_empty_table_multiplevectorize

Function sync_empty_table_multiplevectorize

tests/base/conftest.py:673–678  ·  view source on GitHub ↗

Emptied for each test function

(
    sync_table_multiplevectorize: DefaultTable,
)

Source from the content-addressed store, hash-verified

671
672@pytest.fixture(scope="function")
673def sync_empty_table_multiplevectorize(
674 sync_table_multiplevectorize: DefaultTable,
675) -> Iterable[DefaultTable]:
676 """Emptied for each test function"""
677 sync_table_multiplevectorize.delete_many({})
678 yield sync_table_multiplevectorize
679
680
681@pytest.fixture(scope="function")

Callers

nothing calls this directly

Calls 1

delete_manyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…