dbprocessing.reports.commandsRun

class dbprocessing.reports.commandsRun(inStr)[source]

Report on commands that have been run by the chain

__init__(inStr)[source]

pass in the line and parse it grabbing what we need

Parameters
inStrstr

Line from log file

Methods

html([alt])

return a html string for this

htmlheader()

return a string html header

html(alt=False)[source]

return a html string for this

Parameters
altbool, default False

Alternate line (used to style every other table row differently).

Returns
str

HTML table row for this entry.

htmlheader()[source]

return a string html header

Returns
str

HTML table row header


Release: 0.1.0 Doc generation date: Feb 10, 2022