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]

Call self as a function.

__init__(runner, name)[source]

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'PyFoam.Infrastructure.RunHooks.WriteToSqliteDatabase'