| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ScriptRunner
An object encapsulating the preparation and execution of scripts.
They are constructed with instances of Script below and have a method run(dbTable, **kwargs).
You probably should not override __init__ but instead override _prepare(script) which is called by __init__.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |