PyFoam.Infrastructure.RunHooks.WriteToSqliteDatabase module

Write the data to a sqlite database

class PyFoam.Infrastructure.RunHooks.WriteToSqliteDatabase.WriteToSqliteDatabase(runner, name)[source]

Bases: PyFoam.Infrastructure.RunHook.RunHook

Write the run information to a sqlite database

__call__()[source]
__init__(runner, name)[source]
__module__ = 'PyFoam.Infrastructure.RunHooks.WriteToSqliteDatabase'