PyFoam.Infrastructure.RunHooks.WriteToSqliteDatabase module

Write the data to a sqlite database

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

Bases: RunHook

Write the run information to a sqlite database

__annotations__ = {}
__call__()[source]

Call self as a function.

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