# HG changeset patch # User Nicolas Saunier # Date 1696626152 14400 # Node ID 31173c4699d2e74c5e7b7e8bbe66f54781ab1c49 # Parent b684135d817f44bed5bd762009e7055dda9a6936 minor comment diff -r b684135d817f -r 31173c4699d2 trafficintelligence/storage.py --- a/trafficintelligence/storage.py Tue Oct 03 16:51:39 2023 -0400 +++ b/trafficintelligence/storage.py Fri Oct 06 17:02:32 2023 -0400 @@ -641,6 +641,9 @@ connection.commit() def loadPrototypeAssignmentsFromSqlite(filename, objectType): + '''Loads the assignments between prototypes + Returns a dictionary with prototypes as keys and a list of + the objects/feature nums assigned to each''' prototypeAssignments = {} if Path(filename).is_file(): with sqlite3.connect(filename) as connection: