view python/tests/storage.txt @ 238:be3761a09b20

added functions to input point correspondences
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 09 Jul 2012 00:46:04 -0400
parents 5e2983b05d4e
children dc1faa7287bd
line wrap: on
line source

>>> from storage import *

>>> loadPrototypeMatchIndexesFromSqlite("nonexistent")
DB Error: no such table: prototypes
[]
>>> loadTrajectoriesFromSqlite("nonexistent", 'feature')
DB Error: no such table: positions
[]