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__(...) <==> x(...)[source]
__init__(runner, name)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

__module__ = 'PyFoam.Infrastructure.RunHooks.WriteToSqliteDatabase'