Reference
Changelog
API
/
FeedbackStore.open()
API Index
Classes
FeedbackStore
FeedbackStore Methods
FeedbackStore.default_path()
FeedbackStore.open()
FeedbackStore.record_file_scan()
FeedbackStore.unrefined()
FeedbackStore.record_refinement()
FeedbackStore.unenriched()
FeedbackStore.record_evidence()
FeedbackStore.pairs()
FeedbackStore.candidates()
FeedbackStore.lineage()
FeedbackStore.triage_stats()
Dataclasses
MigrationReport
ScanReport
Functions
detect()
Async Functions
migrate_corpus()
Other
scan()
FeedbackStore.open()
Opens (creating if needed) the feedback database at
path
.
Usage
Source
FeedbackStore
.
open
(
path
)