view python/tests/storage.txt @ 254:4b71e81e3383

Fusion
author Jeep-Tour@Jeep-Tour-PC
date Mon, 23 Jul 2012 12:35:45 -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
[]